mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use unicode_literals
This commit is contained in:
parent
40636397d8
commit
5d22d34cac
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ Current known limitations
|
|||
|
||||
# Import python libs
|
||||
from __future__ import absolute_import
|
||||
from __future__ import unicode_literals
|
||||
import io
|
||||
import os
|
||||
import logging
|
||||
|
|
Loading…
Add table
Reference in a new issue