Commit c652802d by Tefnet

missing import in assert module

Fixed missing ansible.errors import in assert module
parent 90655cb7
......@@ -17,7 +17,7 @@
import ansible
from ansible import utils
from ansible import utils, errors
from ansible.runner.return_data import ReturnData
class ActionModule(object):
......
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