diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-06-18 19:00:01 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-06-18 19:00:01 -0500 |
commit | becb77ee8cf4cc92d87d656117d6bac96544f168 (patch) | |
tree | b4bc25331bd550cf62477853460fd06cdaad7faa /mediagoblin/app.py | |
parent | 924c586b72a2313029cc9b8529504060b30e5c55 (diff) | |
download | mediagoblin-becb77ee8cf4cc92d87d656117d6bac96544f168.tar.lz mediagoblin-becb77ee8cf4cc92d87d656117d6bac96544f168.tar.xz mediagoblin-becb77ee8cf4cc92d87d656117d6bac96544f168.zip |
It's a good idea for us to pass the application itself into mg_globals :)
Diffstat (limited to 'mediagoblin/app.py')
-rw-r--r-- | mediagoblin/app.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mediagoblin/app.py b/mediagoblin/app.py index da1aba47..d2a0695e 100644 --- a/mediagoblin/app.py +++ b/mediagoblin/app.py @@ -125,6 +125,7 @@ class MediaGoblinApp(object): email_debug_mode=app_config['email_debug_mode'], # Actual, useful to everyone objects + app=self, db_connection=self.connection, database=self.db, public_store=self.public_store, |