Commit 091caf62 by Brian Coca

added missing error class import

parent e9cf6700
...@@ -21,6 +21,7 @@ __metaclass__ = type ...@@ -21,6 +21,7 @@ __metaclass__ = type
import os import os
from ansible.errors import AnsibleParserError
from ansible.parsing import DataLoader from ansible.parsing import DataLoader
class DictDataLoader(DataLoader): class DictDataLoader(DataLoader):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment