aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/gmg_commands/shell.py')
-rw-r--r--mediagoblin/gmg_commands/shell.py1
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),