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

This commit is contained in:
Fabio Alessandro Locati 2016-12-05 16:21:52 +00:00 committed by Matt Clay
parent 96780cf035
commit e788ce068a

View file

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