From 956335c83924afb8cb04e5bef667efc69e1c430d Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Wed, 14 Mar 2012 16:03:09 -0500 Subject: [PATCH] Removing an unnecessary line of whitespace AND crediting Hugo Boyer for the ipython code! Thanks Hugo Boyer! I forgot to credit you in my last commit. --- mediagoblin/gmg_commands/shell.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mediagoblin/gmg_commands/shell.py b/mediagoblin/gmg_commands/shell.py index 3169abe2..ec1ab535 100644 --- a/mediagoblin/gmg_commands/shell.py +++ b/mediagoblin/gmg_commands/shell.py @@ -66,7 +66,6 @@ def shell(args): either a normal Python shell or an IPython one """ - user_namespace = { 'mg_globals': mg_globals, 'mgoblin_app': commands_util.setup_app(args), -- 2.25.1