commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r6243 - trunk/gnue-common/src/datasources


From: johannes
Subject: r6243 - trunk/gnue-common/src/datasources
Date: Thu, 2 Sep 2004 08:33:39 -0500 (CDT)

Author: johannes
Date: 2004-09-02 08:33:38 -0500 (Thu, 02 Sep 2004)
New Revision: 6243

Modified:
   trunk/gnue-common/src/datasources/GConnections.py
Log:
Fix call of constructor


Modified: trunk/gnue-common/src/datasources/GConnections.py
===================================================================
--- trunk/gnue-common/src/datasources/GConnections.py   2004-09-02 12:56:33 UTC 
(rev 6242)
+++ trunk/gnue-common/src/datasources/GConnections.py   2004-09-02 13:33:38 UTC 
(rev 6243)
@@ -67,7 +67,7 @@
     message = u_("Module '%s' is not installed.") % self.modulename
     if self.url:
       message += u_("  You can download it from %s.") % self.url
-    Error.__init__ (self, message)
+    errors.AdminError.__init__ (self, message)
 
 class InvalidFormatError (errors.AdminError):
   # Raised if the Connections Definition File is





reply via email to

[Prev in Thread] Current Thread [Next in Thread]