Starting to deprecate the app_config, global_config by attaching stuff to app
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 30 Nov 2014 22:40:10 +0000 (16:40 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 3 Dec 2014 21:40:57 +0000 (15:40 -0600)
commitb8e2ab2f5502b68da2c50e62542bf743e66b1958
tree01b9381cfbf1ce906230cbcec88d31407472ead6
parenta4768df0ca2e956f245e0833331ed8abb203937a
Starting to deprecate the app_config, global_config by attaching stuff to app

 - app.global_config, app.app_config
 - making setup_crypto use app.app_config
 - setting app.workbench_manager
mediagoblin/app.py
mediagoblin/init/__init__.py
mediagoblin/tools/crypto.py