1
0
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:
Sergei Trofimov
2017-04-13 11:13:15 +01:00
parent 9899d1d51a
commit 386dede4a8
2 changed files with 48 additions and 5 deletions

View File

@@ -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