From d88351f358ef81b8a0ebdcc4cfd90e434ea6366c Mon Sep 17 00:00:00 2001 From: Stavros Sachtouris Date: Fri, 5 Oct 2012 18:17:01 +0300 Subject: [PATCH] Rename command (mixed with method "command") --- kamaki/cli/__init__.py | 2 +- kamaki/cli/{command.py => command_tree.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename kamaki/cli/{command.py => command_tree.py} (100%) diff --git a/kamaki/cli/__init__.py b/kamaki/cli/__init__.py index 063b7bd..910e493 100644 --- a/kamaki/cli/__init__.py +++ b/kamaki/cli/__init__.py @@ -56,7 +56,7 @@ except ImportError: from .errors import CLIError, CLISyntaxError, CLICmdIncompleteError, CLICmdSpecError from .config import Config #TO BE REMOVED from .utils import bold, magenta, red, yellow, print_list, print_dict -from .command import CommandTree +from .command_tree import CommandTree from argument import _arguments, parse_known_args cmd_spec_locations = [ diff --git a/kamaki/cli/command.py b/kamaki/cli/command_tree.py similarity index 100% rename from kamaki/cli/command.py rename to kamaki/cli/command_tree.py -- 1.7.10.4