Use ansible.module_utils.six instead of six

This patch is needed to pass Automation Hub tests.
This commit is contained in:
Thomas Woerner
2021-11-24 09:58:38 +01:00
parent b88cab07ff
commit 2e8c2f881f
16 changed files with 18 additions and 19 deletions

View File

@@ -210,7 +210,7 @@ from ansible.module_utils.ansible_freeipa_module import (
ipalib_errors
) # noqa: E402
import netaddr
import six
from ansible.module_utils import six
if six.PY3: