Commit b1b29e6c authored by Grégory Wisniewski's avatar Grégory Wisniewski

Remove the not implemented copyTransactionFrom() Storage method to reuse the

implementation provide by BaseStorage.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1004 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 3de23fc2
......@@ -156,9 +156,6 @@ class Storage(BaseStorage.BaseStorage,
# seems to be only use by FileStorage
raise NotImplementedError
def copyTransactionsFrom(self, other, verbose=0):
raise NotImplementedError
def __len__(self):
return self.app.getStorageSize()
......
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