mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Replaced import six in file /salt/modules/freebsdports.py
This commit is contained in:
parent
a90986102c
commit
2715c447d6
@ -26,7 +26,7 @@ import logging
|
|||||||
import salt.utils
|
import salt.utils
|
||||||
from six import string_types
|
from six import string_types
|
||||||
from salt.exceptions import SaltInvocationError, CommandExecutionError
|
from salt.exceptions import SaltInvocationError, CommandExecutionError
|
||||||
import six
|
import salt.utils.six as six
|
||||||
|
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user