diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2015-02-12 09:50:18 -0500 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2015-02-12 09:50:18 -0500 |
commit | 1505751e7846266285c0c517b8cb85cee17c6a5c (patch) | |
tree | e429a27105c01d1d5a35f25095dd2de8d94f3352 | |
parent | cf65db9573ec99b0f4e2b599b6f158785602c230 (diff) | |
download | openshift-1505751e7846266285c0c517b8cb85cee17c6a5c.tar.gz openshift-1505751e7846266285c0c517b8cb85cee17c6a5c.tar.bz2 openshift-1505751e7846266285c0c517b8cb85cee17c6a5c.tar.xz openshift-1505751e7846266285c0c517b8cb85cee17c6a5c.zip |
Cleanup before PR approval.
-rw-r--r-- | bin/ansibleutil.py | 1 | ||||
-rwxr-xr-x | bin/oscp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/bin/ansibleutil.py b/bin/ansibleutil.py index 07e41b42c..b9f37726e 100644 --- a/bin/ansibleutil.py +++ b/bin/ansibleutil.py @@ -5,7 +5,6 @@ import sys import os import json import re -import collections class AnsibleUtil(object): def __init__(self): @@ -95,7 +95,6 @@ class Oscp(object): elif "." in self.host: self.host, self.env = self.host.split(".") else: - print "HERE" self.env = None def get_hosts(self, cache_only=False): |