commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r7777 - trunk/gnue-common/src/datasources


From: reinhard
Subject: [gnue] r7777 - trunk/gnue-common/src/datasources
Date: Wed, 3 Aug 2005 09:29:42 -0500 (CDT)

Author: reinhard
Date: 2005-08-03 09:29:42 -0500 (Wed, 03 Aug 2005)
New Revision: 7777

Modified:
   trunk/gnue-common/src/datasources/Exceptions.py
Log:
Fixed typo.


Modified: trunk/gnue-common/src/datasources/Exceptions.py
===================================================================
--- trunk/gnue-common/src/datasources/Exceptions.py     2005-08-03 14:19:23 UTC 
(rev 7776)
+++ trunk/gnue-common/src/datasources/Exceptions.py     2005-08-03 14:29:42 UTC 
(rev 7777)
@@ -209,7 +209,7 @@
   Record not found on requery. This shouldn't happen.
   """
   def __init__ (self):
-    errors.SystemError (self,
+    errors.SystemError.__init__ (self,
         u_("Record not found on attempt to requery changed record"))
 
 





reply via email to

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