Allow ConfigFileManager callers to ask for a return type
commit0d4d4547f452e3018ad0ebd82655f26f39f7ec43
authorSean Robinson <robinson@tuxfamily.org>
Sat, 3 May 2014 10:57:39 +0000 (3 03:57 -0700)
committerSean Robinson <robinson@tuxfamily.org>
Fri, 13 Jun 2014 13:16:54 +0000 (13 06:16 -0700)
tree17c60128873bf7cbe0509f5b5f59e815b45facb9
parentff1f6c99f2a5948320912bce2744ed40f6a4617e
Allow ConfigFileManager callers to ask for a return type

This removes the restriction that ConfigFileManager will always return
a ConfigManager, but can instead return anything which implements the
ConfigManager API.

Signed-off-by: Sean Robinson <robinson@tuxfamily.org>
wifiradar/config.py