Undo an inadvertant revert from template changes so we still allow pythonic imports in module land.

This commit is contained in:
Michael DeHaan 2013-10-31 16:52:37 -04:00
parent affa703fcb
commit d34a26e307
6 changed files with 1128 additions and 1014 deletions

View file

@ -48,7 +48,7 @@ def main():
result['ping'] = module.params['data']
module.exit_json(**result)
# this is magic, see lib/ansible/module_common.py
#<<INCLUDE_ANSIBLE_MODULE_COMMON>>
from ansible.module_utils.basic import *
main()

View file

@ -1205,7 +1205,5 @@ def main():
module.exit_json(**result)
# this is magic, see lib/ansible/module_common.py
#<<INCLUDE_ANSIBLE_MODULE_COMMON>>
from ansible.module_utils.basic import *
main()