From f498f0acdce30ea0cc6c282f0651dd6a2fdacc7a Mon Sep 17 00:00:00 2001 From: Sergei Trofimov Date: Wed, 13 Dec 2017 13:36:11 +0000 Subject: [PATCH] wa: export RunOutput and discover_wa_outputs Export RunOutput and discover_wa_outputs from the main __init__.py allowing them to be directly imported from wa. --- wa/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wa/__init__.py b/wa/__init__.py index 6587f3f6..af433f0d 100644 --- a/wa/__init__.py +++ b/wa/__init__.py @@ -10,6 +10,7 @@ from wa.framework.exception import (WAError, NotFoundError, ValidationError, from wa.framework.exception import WorkerThreadError, PluginLoaderError from wa.framework.instrumentation import (Instrument, very_slow, slow, normal, fast, very_fast) +from wa.framework.output import RunOutput, discover_wa_outputs from wa.framework.plugin import Plugin, Parameter from wa.framework.processor import ResultProcessor from wa.framework.resource import (NO_ONE, JarFile, ApkFile, ReventFile, File,