Rework whole package structure (improved dependency handling)

This commit is contained in:
Kristóf Tóth
2019-07-24 15:17:16 +02:00
parent c6e01d294d
commit a23224aced
72 changed files with 74 additions and 75 deletions

View File

@ -2,7 +2,7 @@ from sys import stderr
from tornado.ioloop import IOLoop
from tfw.server import TFWServer
from tfw.main import TFWServer
from tfw.config import TFWENV
from tfw.logging import Log, Logger, LogFormatter, VerboseLogFormatter