mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 21:35:12 +00:00
Remove unused __init__ attributes from pmgeh related classes
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user