diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2015-02-05 17:01:06 -0500 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2015-02-05 17:01:06 -0500 |
commit | cedef18d9450a1b3c8c0f72c10174735529cda04 (patch) | |
tree | 6470a05c3308ec9c45c871b3b842182de6284876 /bin/ansibleutil.py | |
parent | ee96928a2d1c21c5d2319418f4cf6ca774a3e010 (diff) | |
download | openshift-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.py | 2 |
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): |