Commit 625e319f authored by Grégory Wisniewski's avatar Grégory Wisniewski

Fix super class name.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@877 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 4ac7e1f4
......@@ -35,7 +35,7 @@ class HiddenHandler(BaseMasterHandler):
def __init__(self, app):
self.app = app
BaseStorageHandler.__init__(self, app)
BaseMasterHandler.__init__(self, app)
def handleNotifyNodeInformation(self, conn, packet, node_list):
"""Store information on nodes, only if this is sent by a primary
......
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