1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-18 12:06:08 +00:00

wa: removing log import from top-level __init__.py

This import no longer exists. Should be imported from utils instead.
This commit is contained in:
Sergei Trofimov 2017-04-27 17:35:42 +01:00
parent 2dd56990bb
commit 6a5dda9bfb

View File

@ -1,4 +1,4 @@
from wa.framework import pluginloader, log, signal
from wa.framework import pluginloader, signal
from wa.framework.command import Command, ComplexCommand, SubCommand
from wa.framework.configuration import settings
from wa.framework.configuration.core import Status