this one will need applying by hand to master, since it is done after my
python restructure.
========================================================
diff --git a/catalyst/support.py b/catalyst/support.py
index 316dfa3..0ddf98d 100644
@@ -18,10 +18,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"""
--
Brian Dolbec <[email protected]>