Remove unused urllib import.
[catalyst.git] / catalyst / support.py
index 4fe46034d6d900cb4a8905fb07f00918e0f373ec..bc241303a8a572b157bed52b06ea443d5d585caa 100644 (file)
@@ -23,10 +23,6 @@ except:
 # pids this process knows of.
 spawned_pids = []
 
-try:
-        import urllib
-except SystemExit, e:
-        raise
 
 def cleanup(pids,block_exceptions=True):
         """function to go through and reap the list of pids passed to it"""