Browse Source

Cleanup before PR approval.

Kenny Woodson 10 years ago
parent
commit
1505751e78
2 changed files with 0 additions and 2 deletions
  1. 0 1
      bin/ansibleutil.py
  2. 0 1
      bin/oscp

+ 0 - 1
bin/ansibleutil.py

@@ -5,7 +5,6 @@ import sys
 import os
 import json
 import re
-import collections
 
 class AnsibleUtil(object):
     def __init__(self):

+ 0 - 1
bin/oscp

@@ -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):