Change parent class of ConfigFileManager
commita6f53346c016ded58823b5ef0a4b6270529a1122
authorSean Robinson <robinson@tuxfamily.org>
Sat, 26 Apr 2014 22:13:51 +0000 (26 15:13 -0700)
committerSean Robinson <robinson@tuxfamily.org>
Sat, 26 Apr 2014 22:13:51 +0000 (26 15:13 -0700)
tree3cce481a6e64a5e4935a0b5128d7dc81c2d4a27b
parent58ba0d90d10e12a348819887b2950ff37cd9b2f4
Change parent class of ConfigFileManager

This is the first in a series of commits to separate configuration
management from reading from and writing to a file containing such a
configuration.  ConfigFileManager as a ConfigParser will read the INI
file and pass it to a ConfigManager or accept a ConfigManager and
write it to a file.

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