[Neo-report] r1803 gregory - /trunk/neo/client/Storage.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 19 17:22:23 CET 2010


Author: gregory
Date: Fri Feb 19 17:22:23 2010
New Revision: 1803

Log:
The filter parameter of undoLog is optional.

Modified:
    trunk/neo/client/Storage.py

Modified: trunk/neo/client/Storage.py
==============================================================================
--- trunk/neo/client/Storage.py [iso-8859-1] (original)
+++ trunk/neo/client/Storage.py [iso-8859-1] Fri Feb 19 17:22:23 2010
@@ -100,7 +100,7 @@
             tryToResolveConflict=self.tryToResolveConflict)
 
 
-    def undoLog(self, first, last, filter):
+    def undoLog(self, first, last, filter=None):
         if self._is_read_only:
             raise POSException.ReadOnlyError()
         return self.app.undoLog(first, last, filter)





More information about the Neo-report mailing list