mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 10:45:12 +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