diff options
-rw-r--r-- | mediagoblin/gmg_commands/shell.py | 1 |
1 files changed, 0 insertions, 1 deletions
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), |