public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-catalyst] patch] Remove unused urllib import.
@ 2013-02-27  9:20 Brian Dolbec
  0 siblings, 0 replies; only message in thread
From: Brian Dolbec @ 2013-02-27  9:20 UTC (permalink / raw
  To: gentoo-catalyst


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 <dolsen@gentoo.org>



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-02-27  9:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-27  9:20 [gentoo-catalyst] patch] Remove unused urllib import Brian Dolbec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox