Fix import order

This commit is contained in:
Kristóf Tóth 2019-07-01 14:54:47 +02:00
parent 8590aba8dd
commit d263011179
1 changed files with 1 additions and 1 deletions

View File

@ -13,8 +13,8 @@ from tfw.builtins import LogMonitoringEventHandler, ProcessManagingEventHandler
from tfw.builtins import DirectorySnapshottingEventHandler, FSMManagingEventHandler, MessageSender
from tfw.components import TerminalCommands
from tfw.config import TFWENV
from tao.config import TAOENV
from tfw.logging import Log, Logger, LogFormatter, VerboseLogFormatter
from tao.config import TAOENV
LOG = logging.getLogger(__name__)