From: Matthijs Kooijman Date: Fri, 6 Aug 2010 16:24:14 +0000 (+0200) Subject: Action: Add config accessor functions. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fbackupninja.git;a=commitdiff_plain;h=101bff5ef5fec6382ab572a286c4e79d0312c6cd;hp=101bff5ef5fec6382ab572a286c4e79d0312c6cd Action: Add config accessor functions. These convenience functions allow for accessing configuration values either allowing them to be unset (and return None) or mandatory (and throw an appropriate exception). By default, ConfigParser throws an exception with a less appropriate exception. ---