mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Replaced module six in file /salt/modules/lxc.py
This commit is contained in:
parent
6f6896bd83
commit
1adeffb468
@ -24,7 +24,7 @@ import shutil
|
||||
import re
|
||||
import random
|
||||
import salt.utils.six as six
|
||||
from six.moves.urllib.parse import urlparse as _urlparse # pylint: disable=E0611
|
||||
from salt.utils.six.moves.urllib.parse import urlparse as _urlparse # pylint: disable=E0611
|
||||
|
||||
# Import salt libs
|
||||
import salt
|
||||
|
Loading…
Reference in New Issue
Block a user