Fix anchor->key refactor conflicts after rebase

This commit is contained in:
Kristóf Tóth
2018-02-27 14:11:13 +01:00
parent c96f50711d
commit 3341e97ef6
2 changed files with 8 additions and 6 deletions

View File

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