Removing an unnecessary line of whitespace AND crediting Hugo Boyer for the ipython...
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 14 Mar 2012 21:03:09 +0000 (16:03 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 14 Mar 2012 21:03:09 +0000 (16:03 -0500)
Thanks Hugo Boyer!  I forgot to credit you in my last commit.

mediagoblin/gmg_commands/shell.py

index 3169abe2c26cb00c6cc19d6574fb8321d5c1f70c..ec1ab53549434311552af0ae056dfc7e126ae2d0 100644 (file)
@@ -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),