aboutsummaryrefslogtreecommitdiff
path: root/wa/__init__.py
diff options
context:
space:
mode:
authorSergei Trofimov <sergei.trofimov@arm.com>2018-05-23 13:58:54 +0100
committerMarc Bonnici <marc.bonnici@arm.com>2018-05-23 14:21:11 +0100
commit8c1f636808682827c5ac73d9c95645926963a6c3 (patch)
tree3fe7838b0bd7c1d48c77eaae5707b0c69e96a9b0 /wa/__init__.py
parentcacc4dec8b895ad7527c235bb101963252d20754 (diff)
fw: export Alias into the main __init__.py
Alias is part of the API, and should therefore be exported.
Diffstat (limited to 'wa/__init__.py')
-rw-r--r--wa/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wa/__init__.py b/wa/__init__.py
index d6741ccd..7ab0da00 100644
--- a/wa/__init__.py
+++ b/wa/__init__.py
@@ -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,