Specify EventHandler types in builtin handlers

This commit is contained in:
Kristóf Tóth
2019-08-30 14:45:53 +02:00
parent 25cf672231
commit 9712ebf102
7 changed files with 7 additions and 0 deletions

View File

@ -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