1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2025-07-07 07:26:24 +00:00

Separate event handlers from independent components

This commit is contained in:
R. Richard
2019-06-20 16:06:23 +02:00
parent 096bba8367
commit dc42e0f4d0
3 changed files with 11 additions and 10 deletions

View File

@ -4,7 +4,7 @@ from signal import signal, SIGTERM, SIGINT
from tornado.ioloop import IOLoop
from tfw.event_handlers import EventHandlerBase
from tfw.components import PipeIOEventHandler
from tfw.builtins import PipeIOEventHandler
from pipe_io_auxlib import (
SignMessagePipeIOEventHandler, VerifyMessagePipeIOEventHandler,