Simplify ConfigManager update method
commit56773b3f3912dc30aae626ede2fef89fbf4a438a
authorSean Robinson <robinson@tuxfamily.org>
Sun, 27 Apr 2014 18:01:08 +0000 (27 11:01 -0700)
committerSean Robinson <robinson@tuxfamily.org>
Sun, 27 Apr 2014 18:01:08 +0000 (27 11:01 -0700)
tree14cb22bc7126d21c6787336f6b80d3a4b84e4df4
parent583064f8bcc398937d776ca78acaab7728dedbdb
Simplify ConfigManager update method

set_section already has logic for adding missing sections, don't
duplicate that in update.  Also fix the docstring to reflect actual
behavior.

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