Add context generator: first step towards removing globals from the application
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 29 Nov 2014 19:56:41 +0000 (13:56 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 3 Dec 2014 21:40:56 +0000 (15:40 -0600)
commitd71499004fdf4800648f4106faead962f3e6b38c
treef9bf53302f3ffa107fb133b543b21f4f0bd40321
parent03ff0b368e8cd8c73c4e32f050faa38afe66d5c4
Add context generator: first step towards removing globals from the application

This allows you to generate a "context" object that gets threaded
throughout the application... this object should keep track of the same
things that currently we use global variables for.
mediagoblin/app.py