Make `main()` calls conditional - commands (#3655)

pull/18777/head
Fabio Alessandro Locati 8 years ago committed by Matt Clay
parent cefb569797
commit 7a2d1a4210

@ -234,4 +234,5 @@ def main():
from ansible.module_utils.basic import *
from ansible.module_utils.pycompat24 import get_exception
main()
if __name__ == '__main__':
main()

Loading…
Cancel
Save