[yum-commits] Branch 'yum-3_2_X' - rpmUtils/__init__.py

James Antill james at osuosl.org
Sat Jan 24 19:30:17 UTC 2009


 rpmUtils/__init__.py |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit de89f36fde93dc683cce40637f24ed48cc07f4a6
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Jan 24 20:59:03 2009 +0200

    Make RpmUtilsError output prettier.

diff --git a/rpmUtils/__init__.py b/rpmUtils/__init__.py
index 4b35611..3c230db 100644
--- a/rpmUtils/__init__.py
+++ b/rpmUtils/__init__.py
@@ -6,5 +6,4 @@ class RpmUtilsError(Exception):
     """ Exception thrown for anything rpmUtils related. """
 
     def __init__(self, args=None):
-        Exception.__init__(self)
-        self.args = args
+        Exception.__init__(self, args)


More information about the Yum-commits mailing list