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

Make use of new import API

This commit is contained in:
Kristóf Tóth
2018-04-06 16:05:52 +02:00
parent d44515c3d1
commit de4c534568
2 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
from tornado.ioloop import IOLoop
from tfw.components import SourceCodeEventHandler, TerminadoEventHandler, ProcessManagingEventHandler, BashMonitor
from tfw.networking import MessageSender
from tfw.networking.event_handlers import ServerUplinkConnector
from tfw.networking import MessageSender, ServerUplinkConnector
from tfw.config import TFWENV
from tfw.config.logs import logging