diff rhodecode/config/middleware.py @ 1209:45fed9a435b7

merges for upcoming release
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 05 Apr 2011 12:08:34 +0200
parents af6ca51fb80f
children bf263968da47
line wrap: on
line diff
--- a/rhodecode/config/middleware.py	Wed Mar 23 20:43:44 2011 +0100
+++ b/rhodecode/config/middleware.py	Tue Apr 05 12:08:34 2011 +0200
@@ -16,6 +16,7 @@
 from rhodecode.lib.middleware.https_fixup import HttpsFixup
 from rhodecode.config.environment import load_environment
 
+
 def make_app(global_conf, full_stack=True, static_files=True, **app_conf):
     """Create a Pylons WSGI application and return it
 
@@ -76,4 +77,3 @@
     app.config = config
 
     return app
-