Commit dd04e078 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Fix Notify packet.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1953 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 2ca8b1ee
......@@ -362,6 +362,7 @@ class EventHandler(object):
d = {}
d[Packets.Error] = self.error
d[Packets.Notify] = self.notify
d[Packets.RequestIdentification] = self.requestIdentification
d[Packets.AcceptIdentification] = self.acceptIdentification
d[Packets.AskPrimary] = self.askPrimary
......
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