Update imports

reviewable/pr18780/r1
Toshio Kuratomi 8 years ago
parent c6938e42ef
commit c8f911e05c

@ -108,7 +108,7 @@ EXAMPLES = '''
RETURN = '''
'''
import sys
import time
try:
import ovh
import ovh.exceptions
@ -306,7 +306,7 @@ def main():
module.exit_json(changed=moduleChanged)
# import module snippets
from ansible.module_utils.basic import *
from ansible.module_utils.basic import AnsibleModule
if __name__ == '__main__':
main()

Loading…
Cancel
Save