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

Merge branch 'ocicat', the unrealized dream. Ocicat will return...

This commit is contained in:
Kristóf Tóth
2019-05-15 17:26:02 +02:00
13 changed files with 86 additions and 50 deletions

View File

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