Commit 9083e3e7 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Don't repeat base class __init__ implementation.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1748 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent d96ccedd
......@@ -23,10 +23,6 @@ from neo.protocol import NodeTypes, NodeStates, CellStates
class HiddenHandler(BaseMasterHandler):
"""This class implements a generic part of the event handlers."""
def __init__(self, app):
self.app = app
BaseMasterHandler.__init__(self, app)
def notifyNodeInformation(self, conn, node_list):
"""Store information on nodes, only if this is sent by a primary
master node."""
......
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