Fix the six import
This commit is contained in:
parent
8ba0af5df3
commit
79d12db02f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue