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)
commit101bff5ef5fec6382ab572a286c4e79d0312c6cd
tree2d10fd3fa866055d2b66502aedcfdec9d87555ab
parent1c6d83b667a24c550a8e67cd7b4161b363647c2a
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.
src/lib/backupninja/config.py
src/lib/backupninja/handlers/__init__.py