mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-03 03:42:35 +01:00
framework: move instruments -> instrument
Use the singular to be consistent with other modules in wa.framework.
This commit is contained in:
committed by
setrofim
parent
b7aa7d68b5
commit
12a33c8aeb
@@ -18,7 +18,7 @@ import os
|
||||
|
||||
from wa import Instrument, Parameter
|
||||
from wa.framework.exception import InstrumentError
|
||||
from wa.framework.instruments import slow
|
||||
from wa.framework.instrument import slow
|
||||
from wa.utils.misc import ensure_file_directory_exists as _f
|
||||
|
||||
class DmesgInstrument(Instrument):
|
||||
|
Reference in New Issue
Block a user