Commit 370c9a9d authored by Yoshinori Okuji's avatar Yoshinori Okuji

Raise NotImplementedError when not implemented.

git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@45 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 76a82e15
...@@ -461,7 +461,7 @@ class Application(object): ...@@ -461,7 +461,7 @@ class Application(object):
self._clear_txn() self._clear_txn()
def loadBefore(self, oid, tid): def loadBefore(self, oid, tid):
pass raise NotImplementedError
def undo(self, transaction_id, txn): def undo(self, transaction_id, txn):
if transaction is not self.txn: if transaction is not self.txn:
......
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