mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use six instead of builtins
This commit is contained in:
parent
203dfcb238
commit
f9ec5d68af
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@
|
|||
|
||||
import re
|
||||
import os.path
|
||||
from builtins import str as text
|
||||
from salt.ext.six import text_type as text
|
||||
|
||||
|
||||
from salt.exceptions import CommandExecutionError
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue