summaryrefslogtreecommitdiffstats
path: root/bin/ansibleutil.py
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2015-02-05 17:01:06 -0500
committerKenny Woodson <kwoodson@redhat.com>2015-02-05 17:01:06 -0500
commitcedef18d9450a1b3c8c0f72c10174735529cda04 (patch)
tree6470a05c3308ec9c45c871b3b842182de6284876 /bin/ansibleutil.py
parentee96928a2d1c21c5d2319418f4cf6ca774a3e010 (diff)
downloadopenshift-cedef18d9450a1b3c8c0f72c10174735529cda04.tar.gz
openshift-cedef18d9450a1b3c8c0f72c10174735529cda04.tar.bz2
openshift-cedef18d9450a1b3c8c0f72c10174735529cda04.tar.xz
openshift-cedef18d9450a1b3c8c0f72c10174735529cda04.zip
Removed comments and cleaned up code.
Diffstat (limited to 'bin/ansibleutil.py')
-rw-r--r--bin/ansibleutil.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/ansibleutil.py b/bin/ansibleutil.py
index 6df3e7126..b12b7b447 100644
--- a/bin/ansibleutil.py
+++ b/bin/ansibleutil.py
@@ -26,8 +26,6 @@ class AnsibleUtil(object):
if p.returncode != 0:
raise RuntimeError(err)
- #with open('/tmp/ans.out','w') as fd:
- #fd.writelines(out)
return json.loads(out.strip())
def get_environments(self):