Commit ab42ebf8 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix handleAskPartitionList prototype. Found indirectly by pylint.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1027 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 1e8b930a
......@@ -316,7 +316,7 @@ class EventHandler(object):
def handleAnswerOIDs(self, conn, packet, oid_list):
raise UnexpectedPacketError
def handleAskPartitionList(self, conn, packet, offset_list):
def handleAskPartitionList(self, conn, packet, min_offset, max_offset, uuid):
raise UnexpectedPacketError
def handleAnswerPartitionList(self, conn, packet, ptid, row_list):
......
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