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:
@ -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,
|
||||
|
Reference in New Issue
Block a user