From fa50632a9d87c3989566fed3e49c160a132e0d14 Mon Sep 17 00:00:00 2001 From: Agustin Henze Date: Sun, 9 Mar 2014 03:14:40 +0100 Subject: Imported Upstream version 6.4.0 --- nikola/plugins/command/console.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nikola/plugins/command/console.py') diff --git a/nikola/plugins/command/console.py b/nikola/plugins/command/console.py index e66b650..b0a8958 100644 --- a/nikola/plugins/command/console.py +++ b/nikola/plugins/command/console.py @@ -35,7 +35,7 @@ from nikola.utils import get_logger, STDERR_HANDLER LOGGER = get_logger('console', STDERR_HANDLER) -class Console(Command): +class CommandConsole(Command): """Start debugging console.""" name = "console" shells = ['ipython', 'bpython', 'plain'] -- cgit v1.2.3