Commit b0f51234 authored by Grégory Wisniewski's avatar Grégory Wisniewski

EventHandler init method already request the app parameter.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@835 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent ee3c53ec
......@@ -82,10 +82,6 @@ def unexpectedInAnswerHandler(*args, **kw):
class AnswerBaseHandler(EventHandler):
def __init__(self, app):
self.app = app
super(AnswerBaseHandler, self).__init__()
connectionStarted = unexpectedInAnswerHandler
connectionCompleted = unexpectedInAnswerHandler
connectionFailed = unexpectedInAnswerHandler
......
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