Fix the six import
parent
8ba0af5df3
commit
79d12db02f
|
@ -30,7 +30,7 @@ try:
|
|||
except ImportError:
|
||||
import simplejson as json
|
||||
|
||||
import ansible.module_utils.six
|
||||
import ansible.module_utils.six as six
|
||||
|
||||
|
||||
DOCUMENTATION = '''
|
||||
|
|
Loading…
Reference in New Issue