summaryrefslogtreecommitdiffstats
path: root/command.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-05-19 19:12:50 +0200
committerJan Pokorný <jpokorny@redhat.com>2014-05-19 19:12:50 +0200
commit0bd38b14b668bff168aeac3cc6c90e2c7ced8c92 (patch)
tree9a391b08e50aea9643ffca5c9503116d0773b856 /command.py
parent5bf6a22f94302070fdae0335aeb30eee1a8cc495 (diff)
downloadclufter-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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/command.py b/command.py
index 2e702d6..67d03b1 100644
--- a/command.py
+++ b/command.py
@@ -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__)