mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix unicode imports in compat
This commit is contained in:
parent
bbeec4d60c
commit
5e970eaad1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ Salt compatibility code
|
|||
# pylint: disable=import-error,unused-import,invalid-name
|
||||
|
||||
# Import python libs
|
||||
from __future__ import absolute_import
|
||||
from __future__ import absolute_import, unicode_literals, print_function
|
||||
import sys
|
||||
import types
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue