diff options
author | Brian Coca <brian.coca+git@gmail.com> | 2015-09-15 17:57:54 +0200 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2015-09-15 17:57:54 +0200 |
commit | b6d6c2e4dbcf9a98cc593d40169ed4db9d860fe7 (patch) | |
tree | 62634c34d6201e544cf8188a7f3dfac22b7bc46b /test/units/template | |
parent | normalized plugin paths and names and configs (diff) | |
download | ansible-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.py | 2 |
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 |