Make module importable for unit tests

pull/18777/head
Olaf Kilian 9 years ago committed by Matt Clay
parent 32862e737f
commit d330f72213

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

Loading…
Cancel
Save