Commit 5c43a7e7 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Fix askHasLock prototype.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2119 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 96be0c66
......@@ -329,7 +329,7 @@ class EventHandler(object):
def answerUndoTransaction(self, conn, oid_list, error_oid_list, conflict_oid_list):
raise UnexpectedPacketError
def askHasLock(self, tid, oid):
def askHasLock(self, conn, tid, oid):
raise UnexpectedPacketError
def answerHasLock(self, oid, status):
......
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