Change ConfigManager to a stand-alone manager
commit489496575d9f4fd91daed7cdb22ef44e40647640
authorSean Robinson <robinson@tuxfamily.org>
Sat, 26 Apr 2014 22:31:55 +0000 (26 15:31 -0700)
committerSean Robinson <robinson@tuxfamily.org>
Sat, 26 Apr 2014 22:31:55 +0000 (26 15:31 -0700)
tree579fce74e33017624522453d449d04cbd3b7b4d1
parenta6f53346c016ded58823b5ef0a4b6270529a1122
Change ConfigManager to a stand-alone manager

This removes its dependence on any of the configparser classes, as all
of them provide file read/write.  It must be possible to pass around
a ConfigManager to different processes within WR without granting
file writing automatically.

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