1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2024-07-06 11:28:47 +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

View File

@ -4,7 +4,7 @@ import tornado
from tornado.ioloop import IOLoop
from sql_injection_fsm import SQLInjectionFSM
from tfw.networking.server import TFWServer
from tfw.networking import TFWServer
from tfw.config import TFWENV
from tfw.config.logs import logging