mirror of
				https://github.com/avatao-content/baseimage-tutorial-framework
				synced 2025-11-04 06:32:55 +00:00 
			
		
		
		
	Add ProcessManagingEventHandler to event_handler_main
This commit is contained in:
		@@ -1,5 +1,6 @@
 | 
			
		||||
from tfw.components.source_code_event_handler import SourceCodeEventHandler
 | 
			
		||||
from tfw.components.terminado_event_handler import TerminadoEventHandler
 | 
			
		||||
from tfw.components.process_managing_event_handler import ProcessManagingEventHandler
 | 
			
		||||
from tornado.ioloop import IOLoop
 | 
			
		||||
 | 
			
		||||
from tfw.config import tfwenv
 | 
			
		||||
@@ -7,7 +8,8 @@ from tfw.config import tfwenv
 | 
			
		||||
 | 
			
		||||
if __name__ == '__main__':
 | 
			
		||||
    eventhandlers = {SourceCodeEventHandler('anchor_webide', tfwenv.WEBIDE_WD),
 | 
			
		||||
                     TerminadoEventHandler('anchor_terminado', 'terminado')}
 | 
			
		||||
                     TerminadoEventHandler('anchor_terminado', 'terminado'),
 | 
			
		||||
                     ProcessManagingEventHandler('anchor_processmanager', 'login')}
 | 
			
		||||
    try:
 | 
			
		||||
        IOLoop.instance().start()
 | 
			
		||||
    finally:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user