Remove unused imports

(imported from commit 9e3050c72a2d1137b9096c6cfa1c3945341b9a56)
This commit is contained in:
Scott Feeney 2013-06-27 14:03:51 -04:00
parent 2b7e33e5ba
commit 360d78e9a2
10 changed files with 0 additions and 14 deletions

View file

@ -7,7 +7,6 @@ import random
import logging
import subprocess
import hashlib
from os import path
parser = optparse.OptionParser()
parser.add_option('--verbose',

View file

@ -1,7 +1,6 @@
#!/usr/bin/env python
import sys
import subprocess
import time
import optparse
from collections import defaultdict

View file

@ -1,7 +1,6 @@
#!/usr/bin/env python
import sys
import subprocess
import re
import time

View file

@ -1,8 +1,6 @@
#!/usr/bin/env python
import os
import sys
import time
import errno
import datetime
import optparse
import urlparse

View file

@ -23,8 +23,6 @@
import sys
import subprocess
import time
import optparse
import os
import traceback
import signal

View file

@ -3,7 +3,6 @@ import os
import sys
import optparse
import ConfigParser
from os import path
import humbug

View file

@ -32,7 +32,6 @@
import os
import sys
import subprocess
import time
import os.path
sys.path.insert(0, os.path.dirname(__file__))

View file

@ -1,7 +1,5 @@
#!/usr/bin/env python
import sys
import optparse
import os.path
import humbug
# Nagios passes the notification details as command line options.

View file

@ -31,8 +31,6 @@
import os
import sys
import subprocess
import time
import os.path
import pysvn

View file

@ -3,7 +3,6 @@
import humbug
import glob
import os
from distutils.core import setup