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 2ec8f54e0c..481dc3e8d5 100644
--- a/test/units/template/test_templar.py
+++ b/test/units/template/test_templar.py
@@ -25,7 +25,7 @@ from ansible.compat.tests.mock import patch, MagicMock
from ansible import constants as C
from ansible.errors import *
from ansible.plugins import filter_loader, lookup_loader, module_loader
-from ansible.plugins.strategy import SharedPluginLoaderObj
+from ansible.executor.task_queue_manager import SharedPluginLoaderObj
from ansible.template import Templar
from units.mock.loader import DictDataLoader