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"))
_______________________________________________
Commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue