Make `main()` calls conditional - files (#3658)

pull/18777/head
Fabio Alessandro Locati 8 years ago committed by Matt Clay
parent 06bf2e1e63
commit 11e3ec26ea

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

Loading…
Cancel
Save