mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Replaced module six in file /salt/runners/lxc.py
This commit is contained in:
parent
3223625e4a
commit
9b79ef665b
@ -12,7 +12,7 @@ import time
|
||||
import os
|
||||
import copy
|
||||
import logging
|
||||
from six import string_types
|
||||
from salt.utils.six import string_types
|
||||
|
||||
# Import Salt libs
|
||||
from salt.utils.odict import OrderedDict
|
||||
|
Loading…
Reference in New Issue
Block a user