summaryrefslogtreecommitdiffstats
path: root/test/units/template
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2015-09-15 17:57:54 +0200
committerBrian Coca <brian.coca+git@gmail.com>2015-09-15 17:57:54 +0200
commitb6d6c2e4dbcf9a98cc593d40169ed4db9d860fe7 (patch)
tree62634c34d6201e544cf8188a7f3dfac22b7bc46b /test/units/template
parentnormalized plugin paths and names and configs (diff)
downloadansible-b6d6c2e4dbcf9a98cc593d40169ed4db9d860fe7.tar.xz
ansible-b6d6c2e4dbcf9a98cc593d40169ed4db9d860fe7.zip
corrected all missing paths changes
Diffstat (limited to 'test/units/template')
-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 f7f22c7532..a029754f6e 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.strategies import SharedPluginLoaderObj
+from ansible.plugins.strategy import SharedPluginLoaderObj
from ansible.template import Templar
from units.mock.loader import DictDataLoader