Action: Add config accessor functions.
authorMatthijs Kooijman <matthijs@stdin.nl>
Fri, 6 Aug 2010 16:24:14 +0000 (18:24 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Sat, 7 Aug 2010 18:24:43 +0000 (20:24 +0200)
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.


No differences found