From a40930043121a4b60de8526d58417761a54ab718 Mon Sep 17 00:00:00 2001 From: Agustin Henze Date: Wed, 13 Feb 2013 18:35:39 -0300 Subject: Imported Upstream version 5.2 --- 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 ea517a0..7a009fd 100644 --- a/nikola/plugins/command_console.py +++ b/nikola/plugins/command_console.py @@ -32,4 +32,4 @@ class Deploy(Command): name = "console" def run(self, *args): - os.system('python -i -c "from nikola.console import *"') + os.system('python -i -c "from nikola.console import *"') -- cgit v1.2.3