Add update method to ConfigManager
commit07adc0fdfa2b1bcd1dbbd8642f4db71880d04ae2
authorSean Robinson <seankrobinson@gmail.com>
Sat, 5 Apr 2014 18:16:53 +0000 (5 11:16 -0700)
committerSean Robinson <seankrobinson@gmail.com>
Sat, 5 Apr 2014 18:16:53 +0000 (5 11:16 -0700)
tree02659e1cbc44396ebb6d90fd0320d57732b3167c
parentbb1953dcd17e833cf323669a712db6829b318204
Add update method to ConfigManager

This method helps get edited configuration information back into the
central configuration repository.  So, the proper process would be:
copy the central configuration, send the copy off for editing,
receive the edited copy back, update the central configuration with
the copy information.

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