config: Restructure config loading to allow defaults.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 26 Jul 2010 17:04:03 +0000 (19:04 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 26 Jul 2010 17:17:59 +0000 (19:17 +0200)
Handlers now load their own configuration files, so they can pass
default configuration values. This also allows for more complicated
configuration loading in handlers by overriding the load_config method.


No differences found