summaryrefslogtreecommitdiffstats
path: root/bin/ansibleutil.py
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2015-02-12 09:50:18 -0500
committerKenny Woodson <kwoodson@redhat.com>2015-02-12 09:50:18 -0500
commit1505751e7846266285c0c517b8cb85cee17c6a5c (patch)
treee429a27105c01d1d5a35f25095dd2de8d94f3352 /bin/ansibleutil.py
parentcf65db9573ec99b0f4e2b599b6f158785602c230 (diff)
downloadopenshift-1505751e7846266285c0c517b8cb85cee17c6a5c.tar.gz
openshift-1505751e7846266285c0c517b8cb85cee17c6a5c.tar.bz2
openshift-1505751e7846266285c0c517b8cb85cee17c6a5c.tar.xz
openshift-1505751e7846266285c0c517b8cb85cee17c6a5c.zip
Cleanup before PR approval.
Diffstat (limited to 'bin/ansibleutil.py')
-rw-r--r--bin/ansibleutil.py1
1 files changed, 0 insertions, 1 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):