summaryrefslogtreecommitdiff
path: root/cloud/rackspace/rax_network.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloud/rackspace/rax_network.py')
-rw-r--r--cloud/rackspace/rax_network.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/cloud/rackspace/rax_network.py b/cloud/rackspace/rax_network.py
index 59b1cd65..257e0cac 100644
--- a/cloud/rackspace/rax_network.py
+++ b/cloud/rackspace/rax_network.py
@@ -143,4 +143,6 @@ from ansible.module_utils.basic import *
from ansible.module_utils.rax import *
### invoke the module
-main()
+
+if __name__ == '__main__':
+ main()