aboutsummaryrefslogtreecommitdiff
path: root/wa/__init__.py
diff options
context:
space:
mode:
authorSergei Trofimov <sergei.trofimov@arm.com>2017-03-06 11:10:25 +0000
committerSergei Trofimov <sergei.trofimov@arm.com>2017-03-06 11:10:25 +0000
commit42539bbe0d00dfad968e0a6b20162b2264b4f047 (patch)
tree3404ce400cc898982f3aff70b2815837be8c927c /wa/__init__.py
parent18d001fd768ff65fa59ce7290ae8e875bcac6630 (diff)
New target description + moving target stuff under "framework"
Changing the way target descriptions work from a static mapping to something that is dynamically generated and is extensible via plugins. Also moving core target implementation stuff under "framework".
Diffstat (limited to 'wa/__init__.py')
-rw-r--r--wa/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/wa/__init__.py b/wa/__init__.py
index 25cf6b22..262984be 100644
--- a/wa/__init__.py
+++ b/wa/__init__.py
@@ -2,8 +2,6 @@ from wa.framework import pluginloader, log, signal
from wa.framework.configuration import settings
from wa.framework.plugin import Plugin, Parameter
from wa.framework.command import Command
-from wa.framework.run import runmethod
-from wa.framework.output import RunOutput
from wa.framework.workload import Workload
from wa.framework.exception import WAError, NotFoundError, ValidationError, WorkloadError