mirror of
				https://github.com/avatao-content/baseimage-tutorial-framework
				synced 2025-11-04 09:52:56 +00:00 
			
		
		
		
	Specify EventHandler types in builtin handlers
This commit is contained in:
		@@ -8,6 +8,7 @@ LOG = logging.getLogger(__name__)
 | 
			
		||||
 | 
			
		||||
class TerminalHandler:
 | 
			
		||||
    keys = ['terminal']
 | 
			
		||||
    type_id = 'ControlEventHandler'
 | 
			
		||||
 | 
			
		||||
    def __init__(self, *, port, user, working_directory, histfile):
 | 
			
		||||
        self.connector, self._historymonitor = None, None
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user