From: Stavros Sachtouris Date: Fri, 5 Oct 2012 15:17:01 +0000 (+0300) Subject: Rename command (mixed with method "command") X-Git-Tag: v0.6~99 X-Git-Url: https://code.grnet.gr/git/kamaki/commitdiff_plain/d88351f358ef81b8a0ebdcc4cfd90e434ea6366c?hp=e3e8fdc3a6420a3222d527231ced10c90c4cf9d8 Rename command (mixed with method "command") --- 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