Commit 1f17c395 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Uncomment not implemented restore() API method.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1909 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent fdc141aa
......@@ -139,8 +139,8 @@ class Storage(BaseStorage.BaseStorage,
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment