summaryrefslogtreecommitdiff
path: root/test/units/template/test_templar.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/template/test_templar.py')
-rw-r--r--test/units/template/test_templar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/template/test_templar.py b/test/units/template/test_templar.py
index 80d305a9a3..5cc6c229e2 100644
--- a/test/units/template/test_templar.py
+++ b/test/units/template/test_templar.py
@@ -23,10 +23,10 @@ from jinja2.runtime import Context
from ansible.compat.tests import unittest
from ansible.compat.tests.mock import patch
-from ansible.compat.six import string_types
from ansible import constants as C
from ansible.errors import AnsibleError, AnsibleUndefinedVariable
+from ansible.module_utils.six import string_types
from ansible.template import Templar, AnsibleContext, AnsibleEnvironment
from ansible.vars.unsafe_proxy import AnsibleUnsafe, wrap_var
#from ansible.unsafe_proxy import AnsibleUnsafe, wrap_var