Gentoo Archives: gentoo-catalyst

From: Brian Dolbec <dolsen@g.o>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] patch] Remove unused urllib import.
Date: Wed, 27 Feb 2013 09:21:07
Message-Id: 1361956843.20292.9.camel@big_daddy.dol-sen.ca
1 this one will need applying by hand to master, since it is done after my
2 python restructure.
3
4 ========================================================
5
6 diff --git a/catalyst/support.py b/catalyst/support.py
7 index 316dfa3..0ddf98d 100644
8 @@ -18,10 +18,6 @@ except:
9 # pids this process knows of.
10 spawned_pids = []
11
12 -try:
13 - import urllib
14 -except SystemExit, e:
15 - raise
16
17 def cleanup(pids,block_exceptions=True):
18 """function to go through and reap the list of pids passed to it"""
19
20 --
21 Brian Dolbec <dolsen@g.o>