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

Comply TFW lib changes

This commit is contained in:
Kristóf Tóth
2019-06-04 13:59:32 +02:00
parent 2796b26d92
commit 0104a209bf
3 changed files with 7 additions and 8 deletions

View File

@ -2,7 +2,7 @@ from signal import signal, SIGTERM, SIGINT
from tornado.ioloop import IOLoop
from tfw.event_handler_base import EventHandlerBase
from tfw.event_handlers import EventHandlerBase
from tfw.components import PipeIOEventHandler