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

fw: export Alias into the main __init__.py

Alias is part of the API, and should therefore be exported.
This commit is contained in:
Sergei Trofimov 2018-05-23 13:58:54 +01:00 committed by Marc Bonnici
parent cacc4dec8b
commit 8c1f636808

View File

@ -11,7 +11,7 @@ from wa.framework.instrument import (Instrument, very_slow, slow, normal, fast,
very_fast)
from wa.framework.output import RunOutput, discover_wa_outputs
from wa.framework.output_processor import OutputProcessor
from wa.framework.plugin import Plugin, Parameter
from wa.framework.plugin import Plugin, Parameter, Alias
from wa.framework.resource import (NO_ONE, JarFile, ApkFile, ReventFile, File,
Executable)
from wa.framework.target.descriptor import (TargetDescriptor, TargetDescription,