From 8c1f636808682827c5ac73d9c95645926963a6c3 Mon Sep 17 00:00:00 2001 From: Sergei Trofimov Date: Wed, 23 May 2018 13:58:54 +0100 Subject: fw: export Alias into the main __init__.py Alias is part of the API, and should therefore be exported. --- wa/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wa/__init__.py') 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, -- cgit v1.2.3