1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2025-06-28 16:45:11 +00:00

Conform new import routes

This commit is contained in:
Kristóf Tóth
2018-07-26 14:00:24 +02:00
parent 8fab3d2226
commit 265560b614
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,8 @@ from functools import partial
from tornado.ioloop import IOLoop
from tfw import YamlFSM, FSMAwareEventHandler
from tfw.fsm import YamlFSM
from tfw.event_handler_base import FSMAwareEventHandler
from tfw.components import IdeEventHandler, TerminalEventHandler
from tfw.components import ProcessManagingEventHandler, BashMonitor
from tfw.components import TerminalCommands, LogMonitoringEventHandler

View File

@ -2,7 +2,7 @@
from os.path import exists
from tfw import LinearFSM
from tfw.fsm import LinearFSM
from tfw.networking import MessageSender