Fixed ansible module import which I changed chasing a better PEP-8 score.

reviewable/pr18780/r1
Nick Harring 10 years ago
parent 910761bd6d
commit 46f6e5f6fc

@ -128,5 +128,5 @@ def main():
module.fail_json(msg='Request Failed', reason=e)
module.exit_json(changed=True, annotation=resp.json())
from ansible.module_utils.basic import AnsibleModule
from ansible.module_utils.basic import *
main()

Loading…
Cancel
Save