diff pylons_app/config/middleware.py @ 31:2963f2894a7a

Tempalting change, bugfix for serving raw files, and diffs. Now raw files are not parsed thruough mako, and diffs are mako safe (not parsed also)
author Marcin Kuzminski <marcin@python-blog.com>
date Thu, 04 Mar 2010 23:13:12 +0100
parents fac1f62a1d71
children 71ffa932799d
line wrap: on
line diff
--- a/pylons_app/config/middleware.py	Thu Mar 04 23:08:57 2010 +0100
+++ b/pylons_app/config/middleware.py	Thu Mar 04 23:13:12 2010 +0100
@@ -12,7 +12,7 @@
 from pylons_app.config.environment import load_environment
 
 
-def make_app(global_conf, full_stack = True, **app_conf):
+def make_app(global_conf, full_stack=True, **app_conf):
     """Create a Pylons WSGI application and return it
 
     ``global_conf``