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_elasticache.py
This commit is contained in:
parent
11ac6b5c1d
commit
5b1a490416
@ -52,7 +52,7 @@ try:
|
||||
except ImportError:
|
||||
HAS_BOTO = False
|
||||
|
||||
from six import string_types
|
||||
from salt.utils.six import string_types
|
||||
import salt.utils.odict as odict
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user