[Neo-report] r1951 gregory - /trunk/neo/storage/transactions.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 23 10:36:50 CET 2010


Author: gregory
Date: Tue Mar 23 10:36:49 2010
New Revision: 1951

Log:
Call super-class __init__.

Modified:
    trunk/neo/storage/transactions.py

Modified: trunk/neo/storage/transactions.py
==============================================================================
--- trunk/neo/storage/transactions.py [iso-8859-1] (original)
+++ trunk/neo/storage/transactions.py [iso-8859-1] Tue Mar 23 10:36:49 2010
@@ -26,6 +26,7 @@
     """
 
     def __init__(self, tid):
+        super(ConflictError, self).__init__()
         self._tid = tid
 
     def getTID(self):





More information about the Neo-report mailing list