Use backported configparser module
commit58ba0d90d10e12a348819887b2950ff37cd9b2f4
authorSean Robinson <robinson@tuxfamily.org>
Sat, 26 Apr 2014 22:12:56 +0000 (26 15:12 -0700)
committerSean Robinson <robinson@tuxfamily.org>
Sat, 26 Apr 2014 22:12:56 +0000 (26 15:12 -0700)
tree49fcbbee5e60d3a7cc1826525d618af0e65787da
parentf6c9d6592a0dc82d7054dcfbb68b7e6a44565f49
Use backported configparser module

This brings the benefit of new-style classes.  And allows the same module
to be used in Python 2 and Python 3, simplifying future porting efforts.
The tests are minimally adapted to the new class.

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