Rename command (mixed with method "command")
authorStavros Sachtouris <saxtouri@admin.grnet.gr>
Fri, 5 Oct 2012 15:17:01 +0000 (18:17 +0300)
committerStavros Sachtouris <saxtouri@admin.grnet.gr>
Fri, 5 Oct 2012 15:17:01 +0000 (18:17 +0300)
kamaki/cli/__init__.py
kamaki/cli/command_tree.py [moved from kamaki/cli/command.py with 100% similarity]

index 063b7bd..910e493 100644 (file)
@@ -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 = [