mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-05 10:31:20 +00:00
Rename TerminadoEventHandler's key to shell for consistency
This commit is contained in:
parent
ab76e3d024
commit
82073fda8c
@ -8,7 +8,7 @@ from tfw.config import tfwenv
|
||||
|
||||
if __name__ == '__main__':
|
||||
ide = SourceCodeEventHandler('webide', tfwenv.WEBIDE_WD)
|
||||
terminado = TerminadoEventHandler('terminado')
|
||||
terminado = TerminadoEventHandler('shell')
|
||||
processmanager = ProcessManagingEventHandler('processmanager', ide.monitor)
|
||||
|
||||
eventhandlers = {ide, terminado, processmanager}
|
||||
|
Loading…
Reference in New Issue
Block a user