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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 5 22:24:48 CET 2010


Author: gregory
Date: Fri Mar  5 22:24:48 2010
New Revision: 1909

Log:
Uncomment not implemented restore() API method.

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 Mar  5 22:24:48 2010
@@ -139,8 +139,8 @@
     def copyTransactionsFrom(self, source, verbose=False):
         return self.app.copyTransactionsFrom(source, self.tryToResolveConflict)
 
-#    def restore(self, oid, serial, data, version, prev_txn, transaction):
-#        raise NotImplementedError
+    def restore(self, oid, serial, data, version, prev_txn, transaction):
+        raise NotImplementedError
 
     def pack(self, t, referencesf):
         raise NotImplementedError





More information about the Neo-report mailing list