Make main() calls conditional - system (#3652)

This commit is contained in:
Fabio Alessandro Locati 2016-12-05 16:24:19 +00:00 committed by Matt Clay
parent 45b31fa514
commit cbe3f4e5e1
24 changed files with 55 additions and 28 deletions

View file

@ -127,4 +127,5 @@ def main():
module.exit_json(**args)
main()
if __name__ == '__main__':
main()