Commit 7267d589 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Base handler init already need the app parameter.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@823 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 520c5f01
......@@ -23,10 +23,6 @@ from neo.util import dump
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