diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-03-14 16:03:09 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-03-14 16:03:09 -0500 |
commit | 956335c83924afb8cb04e5bef667efc69e1c430d (patch) | |
tree | c597f9e46deddfb7a1556ac59ff6cc4ea3728c51 /mediagoblin/gmg_commands/shell.py | |
parent | d87ed21ac4304bb2bf2dc5d70c3fca99aeb1e089 (diff) | |
download | mediagoblin-956335c83924afb8cb04e5bef667efc69e1c430d.tar.lz mediagoblin-956335c83924afb8cb04e5bef667efc69e1c430d.tar.xz mediagoblin-956335c83924afb8cb04e5bef667efc69e1c430d.zip |
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.
Diffstat (limited to 'mediagoblin/gmg_commands/shell.py')
-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), |