1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-07-13 10:33:37 +01:00

framework: move instruments -> instrument

Use the singular to be consistent with other modules in wa.framework.
This commit is contained in:
Sergei Trofimov
2018-02-16 14:09:02 +00:00
committed by setrofim
parent b7aa7d68b5
commit 12a33c8aeb
9 changed files with 17 additions and 17 deletions

@ -39,7 +39,7 @@ from devlib.utils.android import ApkInfo
from wa import Instrument, Parameter, very_fast
from wa.framework.exception import ConfigError
from wa.framework.instruments import slow
from wa.framework.instrument import slow
from wa.utils.misc import as_relative, diff_tokens, write_table
from wa.utils.misc import ensure_file_directory_exists as _f
from wa.utils.misc import ensure_directory_exists as _d