From ab42ebf8b9fea6321a7a1a9346ab18c4609574aa Mon Sep 17 00:00:00 2001 From: Vincent Pelletier <vincent@nexedi.com> Date: Tue, 28 Jul 2009 08:29:37 +0000 Subject: [PATCH] Fix handleAskPartitionList prototype. Found indirectly by pylint. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1027 71dcc9de-d417-0410-9af5-da40c76e7ee4 --- neo/handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neo/handler.py b/neo/handler.py index 41eafb87..9eb91d1f 100644 --- a/neo/handler.py +++ b/neo/handler.py @@ -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): -- 2.30.9