summaryrefslogtreecommitdiff
path: root/cloud/rackspace/rax_files.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloud/rackspace/rax_files.py')
-rw-r--r--cloud/rackspace/rax_files.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/cloud/rackspace/rax_files.py b/cloud/rackspace/rax_files.py
index 77ab70d8..3eb9dad0 100644
--- a/cloud/rackspace/rax_files.py
+++ b/cloud/rackspace/rax_files.py
@@ -389,4 +389,6 @@ def main():
from ansible.module_utils.basic import *
from ansible.module_utils.rax import *
-main()
+
+if __name__ == '__main__':
+ main()