Make module importable for unit tests

reviewable/pr18780/r1
Olaf Kilian 9 years ago
parent c3d15a56cf
commit ef64423683

@ -244,4 +244,5 @@ def main():
# import module snippets
from ansible.module_utils.basic import *
main()
if __name__ == '__main__':
main()

Loading…
Cancel
Save