summaryrefslogtreecommitdiff
path: root/hacking/test-module.py
diff options
context:
space:
mode:
Diffstat (limited to 'hacking/test-module.py')
-rwxr-xr-xhacking/test-module.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hacking/test-module.py b/hacking/test-module.py
index 745acdbc7f..7a329b4b2d 100755
--- a/hacking/test-module.py
+++ b/hacking/test-module.py
@@ -47,7 +47,7 @@ from ansible.parsing.splitter import parse_kv
from ansible.plugins.loader import init_plugin_loader
from ansible.executor import module_common
import ansible.constants as C
-from ansible.module_utils._text import to_native, to_text
+from ansible.module_utils.common.text.converters import to_native, to_text
from ansible.template import Templar
import json