mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
add unicode_literals back to handle logging and other things.
This commit is contained in:
parent
6944bafb45
commit
11ad11c53a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user