Include Airy theme by default
[mediagoblin.git] / 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),