1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-02 03:12:34 +01:00

cli: Removed wlauto.utils.cli

Having the base arguments in wlauto.core.command make more sense
and wlauto.utils.cli didnt contain anything else.
This commit is contained in:
Sebastian Goscik
2016-09-21 15:33:03 +01:00
parent 1bee34e6bc
commit 4e2ca6ce8c
4 changed files with 11 additions and 27 deletions

View File

@@ -29,7 +29,7 @@ import yaml
from wlauto import PluginLoader, Command, settings
from wlauto.exceptions import CommandError, ConfigError
from wlauto.utils.cli import init_argument_parser
from wlauto.core.command import init_argument_parser
from wlauto.utils.misc import (capitalize, check_output,
ensure_file_directory_exists as _f, ensure_directory_exists as _d)
from wlauto.utils.types import identifier