Remove unused __init__ attributes from pmgeh related classes

This commit is contained in:
Kristóf Tóth
2018-02-27 16:51:10 +01:00
parent a6bbe6df55
commit 9eaced9f02
2 changed files with 4 additions and 5 deletions

View File

@ -9,7 +9,7 @@ from tfw.config import tfwenv
if __name__ == '__main__':
eventhandlers = {SourceCodeEventHandler('webide', tfwenv.WEBIDE_WD),
TerminadoEventHandler('terminado', 'terminado'),
ProcessManagingEventHandler('processmanager', 'login')}
ProcessManagingEventHandler('processmanager')}
try:
IOLoop.instance().start()
finally: