Add config.copy function and its tests
commita0a536b3a35acdf4d5cdae5bd832102ae0559ad8
authorSean Robinson <seankrobinson@gmail.com>
Sat, 5 Apr 2014 17:37:08 +0000 (5 10:37 -0700)
committerSean Robinson <seankrobinson@gmail.com>
Sat, 5 Apr 2014 17:37:08 +0000 (5 10:37 -0700)
treec4f9b77c2286855e0cb97b6af6b0400d934a29f5
parentaefc64d667158a173a2b672efd5275d85dbfb710
Add config.copy function and its tests

This function produces a non-ConfigFileManager copy of configuration
information which can be passed to other parts of WiFi Radar (e.g.
ConnectionManager and the UI).

Signed-off-by: Sean Robinson <seankrobinson@gmail.com>
test/unit/config.py
wifiradar/config.py