Addresses #5023 Fix import comments

This commit is contained in:
James Tanner
2013-12-02 15:13:49 -05:00
parent 6000d636b3
commit ad837709bd
94 changed files with 94 additions and 94 deletions

View File

@@ -482,7 +482,7 @@ def main():
linodeServers(module, api, state, name, plan, distribution, datacenter, linode_id,
payment_term, password, ssh_pub_key, swap, wait, wait_timeout)
# this is magic, see lib/ansible/module_common.py
# import module snippets
from ansible.module_utils.basic import *
main()