Commit cde203ff authored by Vincent Pelletier's avatar Vincent Pelletier

Update deleteTransaction definition in reference class.

It diverged at r2407.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2458 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 0beff685
......@@ -383,7 +383,7 @@ class DatabaseManager(object):
temporarily data to a finished area."""
raise NotImplementedError
def deleteTransaction(self, tid, oid_list):
def deleteTransaction(self, tid, oid_list=()):
"""Delete a transaction and its content specified by a given ID and
an oid list"""
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