mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Replaced module six in file /salt/modules/boto_vpc.py
This commit is contained in:
parent
2394414c05
commit
77ecf3caa9
@ -53,7 +53,7 @@ try:
|
||||
except ImportError:
|
||||
HAS_BOTO = False
|
||||
|
||||
from six import string_types
|
||||
from salt.utils.six import string_types
|
||||
|
||||
|
||||
def __virtual__():
|
||||
|
Loading…
Reference in New Issue
Block a user