[Neo-report] r2458 vincent - /trunk/neo/storage/database/manager.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 17 14:05:07 CET 2010


Author: vincent
Date: Wed Nov 17 14:05:06 2010
New Revision: 2458

Log:
Update deleteTransaction definition in reference class.

It diverged at r2407.

Modified:
    trunk/neo/storage/database/manager.py

Modified: trunk/neo/storage/database/manager.py
==============================================================================
--- trunk/neo/storage/database/manager.py [iso-8859-1] (original)
+++ trunk/neo/storage/database/manager.py [iso-8859-1] Wed Nov 17 14:05:06 2010
@@ -383,7 +383,7 @@ class DatabaseManager(object):
         temporarily data to a finished area."""
         raise NotImplementedError
 
-    def deleteTransaction(self, tid, oid_list):
+    def deleteTransaction(self, tid, oid_list=()):
         """Delete a transaction and its content specified by a given ID and
         an oid list"""
         raise NotImplementedError





More information about the Neo-report mailing list