Configuration file loading via ConfigObj.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 16 Jun 2011 13:21:51 +0000 (08:21 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 16 Jun 2011 13:21:51 +0000 (08:21 -0500)
commite2c6436e3e7c654a8d4196ac378debf185c74fa4
treef1c2ddb4d9615d0d158ed3cac4f8b8a5a39ef852
parent0fcfff5a3a12fe7eeb0cabb862242776334879de
Configuration file loading via ConfigObj.

Uses ConfigObj to open the config file.  Also does validation via the
config spec, so defaults are provided, strings are interpolated, types
are converted.
mediagoblin/config.py [new file with mode: 0644]