[Neo-report] r1953 gregory - /trunk/neo/handler.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 23 10:37:13 CET 2010


Author: gregory
Date: Tue Mar 23 10:37:12 2010
New Revision: 1953

Log:
Fix Notify packet.

Modified:
    trunk/neo/handler.py

Modified: trunk/neo/handler.py
==============================================================================
--- trunk/neo/handler.py [iso-8859-1] (original)
+++ trunk/neo/handler.py [iso-8859-1] Tue Mar 23 10:37:12 2010
@@ -362,6 +362,7 @@
         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





More information about the Neo-report mailing list