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