Commit 5233177a authored by Aurel's avatar Aurel

add missins init method


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@549 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 61abdcd9
......@@ -33,6 +33,10 @@ from neo.handler import identification_required, restrict_node_types
class CommandEventHandler(EventHandler):
""" Base handler for command """
def __init__(self, app):
self.app = app
EventHandler.__init__(self)
def connectionAccepted(self, conn, s, addr):
"""Called when a connection is accepted."""
raise UnexpectedPacketError
......
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