1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00

framework/target: assistant: fix import

Import Parameter from the module that defines it rather than from wa to
avoid circular import errors.
This commit is contained in:
Sergei Trofimov 2017-12-13 13:33:46 +00:00 committed by marcbonnici
parent c1319ce8cb
commit bb9f735cd4

View File

@ -6,7 +6,7 @@ import tempfile
import threading
import time
from wa import Parameter
from wa.framework.plugin import Parameter
from wa.framework.exception import WorkerThreadError
from wa.utils.misc import touch