From: Matthijs Kooijman Date: Mon, 26 Jul 2010 17:04:03 +0000 (+0200) Subject: config: Restructure config loading to allow defaults. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fbackupninja.git;a=commitdiff_plain;h=d64d30066c2cbcf02e1c4d05198ca430584b5cbd;hp=d64d30066c2cbcf02e1c4d05198ca430584b5cbd;ds=sidebyside config: Restructure config loading to allow defaults. 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. ---