1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-06 08:17:11 +00:00

Fix the six import

This commit is contained in:
Toshio Kuratomi 2016-06-04 10:49:13 -07:00 committed by Matt Clay
parent 8ba0af5df3
commit 79d12db02f

View file

@ -30,7 +30,7 @@ try:
except ImportError:
import simplejson as json
import ansible.module_utils.six
import ansible.module_utils.six as six
DOCUMENTATION = '''