From 8396c10a7b56a007792546b9b375bc20e0cac281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Thu, 26 Apr 2018 10:13:02 +0200 Subject: [PATCH] Rename TerminadoEventHandler --- lib/tfw/components/__init__.py | 2 +- .../{terminado_event_handler.py => terminal_event_handler.py} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename lib/tfw/components/{terminado_event_handler.py => terminal_event_handler.py} (98%) diff --git a/lib/tfw/components/__init__.py b/lib/tfw/components/__init__.py index 663c141..f707c24 100644 --- a/lib/tfw/components/__init__.py +++ b/lib/tfw/components/__init__.py @@ -3,7 +3,7 @@ from .directory_monitoring_event_handler import DirectoryMonitoringEventHandler from .process_managing_event_handler import ProcessManagingEventHandler -from .terminado_event_handler import TerminadoEventHandler +from .terminal_event_handler import TerminalEventHandler from .ide_event_handler import IdeEventHandler from .history_monitor import HistoryMonitor, BashMonitor, GDBMonitor from .terminal_commands import TerminalCommands diff --git a/lib/tfw/components/terminado_event_handler.py b/lib/tfw/components/terminal_event_handler.py similarity index 98% rename from lib/tfw/components/terminado_event_handler.py rename to lib/tfw/components/terminal_event_handler.py index 9578b33..78041ef 100644 --- a/lib/tfw/components/terminado_event_handler.py +++ b/lib/tfw/components/terminal_event_handler.py @@ -10,7 +10,7 @@ from .terminado_mini_server import TerminadoMiniServer LOG = logging.getLogger(__name__) -class TerminadoEventHandler(EventHandlerBase): +class TerminalEventHandler(EventHandlerBase): """ Event handler responsible for managing terminal sessions for frontend xterm sessions to connect to. You need to instanciate this in order for frontend