[yum-commits] yum-debug-dump.py
James Antill
james at osuosl.org
Mon Mar 9 16:14:09 UTC 2009
yum-debug-dump.py | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 0284af8db13000bd9b7dce5eed7553cae84678e1
Author: James Antill <james at and.org>
Date: Mon Mar 9 12:13:13 2009 -0400
Find real bug in core yum code, and remove hack for --help
diff --git a/yum-debug-dump.py b/yum-debug-dump.py
index de8a34e..e42ab0a 100644
--- a/yum-debug-dump.py
+++ b/yum-debug-dump.py
@@ -39,8 +39,6 @@ class YumDebugDump(yum.YumBase):
self.parse_args()
def parse_args(self):
- self.conf # This makes email.Utils from urilib, from optparser
- # somehow, magically work. Here be dragons.
parser = OptionParser()
parser.set_usage("yum-debug-dump [options]")
parser.add_option("--norepos", action="store_true", default=False,
More information about the Yum-commits
mailing list