Make tfw.networking more structured, remove relative import hell

This commit is contained in:
Kristóf Tóth
2018-02-06 14:19:41 +01:00
parent 5e34835ed6
commit b75709b3e5
9 changed files with 15 additions and 16 deletions

View File

@ -7,7 +7,7 @@ from tornado.ioloop import IOLoop
from tfw.config import WEB_PORT
from tfw.config.logs import logging
log = logging.getLogger(__name__)
from tfw.networking.zmq_websocket_handler import FSMManagingSocketHandler
from tfw.networking.server.zmq_websocket_handler import FSMManagingSocketHandler
from sql_injection_fsm import SQLInjectionFSM