diff options
author | Jan Pokorný <jpokorny@redhat.com> | 2014-05-19 19:12:50 +0200 |
---|---|---|
committer | Jan Pokorný <jpokorny@redhat.com> | 2014-05-19 19:12:50 +0200 |
commit | 0bd38b14b668bff168aeac3cc6c90e2c7ced8c92 (patch) | |
tree | 9a391b08e50aea9643ffca5c9503116d0773b856 /command.py | |
parent | 5bf6a22f94302070fdae0335aeb30eee1a8cc495 (diff) | |
download | clufter-0bd38b14b668bff168aeac3cc6c90e2c7ced8c92.tar.gz clufter-0bd38b14b668bff168aeac3cc6c90e2c7ced8c92.tar.xz clufter-0bd38b14b668bff168aeac3cc6c90e2c7ced8c92.zip |
utils_prog: new program-specific unit incl. some moves from utils
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'command.py')
-rw-r--r-- | command.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,11 +20,9 @@ from .plugin_registry import PluginRegistry from .utils import any2iter, \ args2sgpl, \ args2tuple, \ - cli_decor, \ func_defaults_varnames, \ head_tail, \ hybridproperty, \ - longopt_letters_reprio, \ selfaware, \ tuplist from .utils_func import apply_aggregation_preserving_depth, \ @@ -33,6 +31,8 @@ from .utils_func import apply_aggregation_preserving_depth, \ bifilter, \ tailshake, \ zip_empty +from .utils_prog import cli_decor, \ + longopt_letters_reprio log = logging.getLogger(__name__) |