mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07:00
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:
|
except ImportError:
|
||||||
import simplejson as json
|
import simplejson as json
|
||||||
|
|
||||||
import ansible.module_utils.six
|
import ansible.module_utils.six as six
|
||||||
|
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue