Change the ordering of the app's __call__ method (attach things to request first)
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 20 Aug 2011 20:00:25 +0000 (15:00 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 20 Aug 2011 20:00:25 +0000 (15:00 -0500)
commit3d0557bf25683c26ec2b6de041d53fe5a0c6255c
treed1127a31cec1f13bac5bbe6a14173f5688280e6c
parent0161aa920da71c8507854a9cc4e3406afb737bce
Change the ordering of the app's __call__ method (attach things to request first)

This will make it easier for us to call something like a 404 page rendering method
before the matching check is done.
mediagoblin/app.py