aboutsummaryrefslogtreecommitdiff
path: root/wa/__init__.py
diff options
context:
space:
mode:
authorSergei Trofimov <sergei.trofimov@arm.com>2018-02-16 14:09:02 +0000
committersetrofim <setrofim@gmail.com>2018-02-22 08:41:04 +0000
commit12a33c8aeb4f66dfc885c382ca7aedd094adab4f (patch)
tree5ab52195e7411cc0e16aaf96f913117d0e8c44b5 /wa/__init__.py
parentb7aa7d68b5f0e03ba087db877495241e0bc26e2c (diff)
framework: move instruments -> instrument
Use the singular to be consistent with other modules in wa.framework.
Diffstat (limited to 'wa/__init__.py')
-rw-r--r--wa/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/wa/__init__.py b/wa/__init__.py
index 5c13f199..5b25be90 100644
--- a/wa/__init__.py
+++ b/wa/__init__.py
@@ -8,8 +8,8 @@ from wa.framework.exception import (OutputProcessorError, ResourceError,
from wa.framework.exception import (WAError, NotFoundError, ValidationError,
WorkloadError)
from wa.framework.exception import WorkerThreadError, PluginLoaderError
-from wa.framework.instruments import (Instrument, very_slow, slow, normal, fast,
- very_fast)
+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.plugin import Plugin, Parameter
from wa.framework.output_processor import OutputProcessor