Commit 13009eb6 authored by Vincent Pelletier's avatar Vincent Pelletier

Remove a never read property set on app.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1076 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent df5bc052
......@@ -178,7 +178,6 @@ class MasterBaseEventHandler(EventHandler):
def handleNotifyNodeInformation(self, conn, packet, node_list):
self.app.nm.update(node_list)
self.app.notified = True
class MasterRequestEventHandler(MasterBaseEventHandler):
......
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