From 9e36bde97416324fd4414d282a9d125b74dfd368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Tue, 7 May 2019 13:08:11 +0200 Subject: [PATCH] Consider PipeIOServer public API from now on --- lib/tfw/components/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tfw/components/__init__.py b/lib/tfw/components/__init__.py index 2c36b84..fd93d94 100644 --- a/lib/tfw/components/__init__.py +++ b/lib/tfw/components/__init__.py @@ -10,4 +10,4 @@ from .terminal_commands import TerminalCommands from .log_monitoring_event_handler import LogMonitoringEventHandler from .fsm_managing_event_handler import FSMManagingEventHandler from .snapshot_provider import SnapshotProvider -from .pipe_io_event_handler import PipeIOEventHandlerBase, PipeIOEventHandler +from .pipe_io_event_handler import PipeIOEventHandlerBase, PipeIOEventHandler, PipeIOServer