Make module importable for unit tests

This commit is contained in:
Olaf Kilian 2015-10-23 06:34:22 +02:00
parent c3d15a56cf
commit ef64423683

View file

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