mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 03:12:34 +01:00
command: added support for sub-commands
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from wa.framework import pluginloader, log, signal
|
||||
from wa.framework.command import Command
|
||||
from wa.framework.command import Command, ComplexCommand, SubCommand
|
||||
from wa.framework.configuration import settings
|
||||
from wa.framework.configuration.core import Status
|
||||
from wa.framework.exception import HostError, JobError, InstrumentError, ConfigError
|
||||
|
Reference in New Issue
Block a user