mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-11 19:25:54 +00:00
Use ansible.module_utils.six instead of six
This patch is needed to pass Automation Hub tests.
This commit is contained in:
@@ -15,9 +15,9 @@ author:
|
||||
|
||||
import os
|
||||
import re
|
||||
import six
|
||||
from ansible.module_utils import six
|
||||
try:
|
||||
from six.moves.configparser import RawConfigParser
|
||||
from ansible.module_utils.six.moves.configparser import RawConfigParser
|
||||
except ImportError:
|
||||
from ConfigParser import RawConfigParser
|
||||
|
||||
|
||||
Reference in New Issue
Block a user