mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add unicode_literals back to handle logging and other things.
This commit is contained in:
parent
6944bafb45
commit
11ad11c53a
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue