Make `main()` calls conditional - clustering (#3647)

pull/4420/head
Fabio Alessandro Locati 2016-12-05 16:21:52 +00:00 committed by Matt Clay
parent 96780cf035
commit e788ce068a
1 changed files with 2 additions and 1 deletions

View File

@ -248,4 +248,5 @@ class KazooCommandProxy():
from ansible.module_utils.basic import *
main()
if __name__ == '__main__':
main()