add unicode_literals back to handle logging and other things.

This commit is contained in:
Jacob Weinstock 2018-08-22 12:22:08 -06:00
parent 6944bafb45
commit 11ad11c53a
No known key found for this signature in database
GPG Key ID: 8BBB9B1C0E427074

View File

@ -13,8 +13,7 @@ config or pillar:
'''
# Import python libs
# Not importing unicode_literals as pypureomapi needs byte strings not unicode
from __future__ import absolute_import, print_function
from __future__ import absolute_import, print_function, unicode_literals
import logging
import struct