[yum-commits] repomanage.py
skvidal at osuosl.org
skvidal at osuosl.org
Mon Aug 2 16:02:19 UTC 2010
repomanage.py | 6 ------
1 file changed, 6 deletions(-)
New commits:
commit 5519d199166f949fc8cfee2f348bf4e27e405839
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Mon Aug 2 12:01:53 2010 -0400
remove completely unused exception definition from repomanage altogether
diff --git a/repomanage.py b/repomanage.py
index 96f0a2f..18c06fe 100755
--- a/repomanage.py
+++ b/repomanage.py
@@ -31,12 +31,6 @@ from yum import misc
from optparse import OptionParser
-class Error(Exception):
- def __init__(self, message=None):
- Exception.__init__(self)
- self.message = message
-
-
def errorprint(stuff):
print >> sys.stderr, stuff
More information about the Yum-commits
mailing list