mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Replaced module six in file /salt/modules/boto_cloudwatch.py
This commit is contained in:
parent
944b640c49
commit
11ac6b5c1d
@ -55,7 +55,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