Simplify ConfigManager.get_opt_as_* methods
commitef6fc40451e1cf63be6ac8164330c6b372b1739c
authorSean Robinson <seankrobinson@gmail.com>
Sat, 5 Apr 2014 17:37:33 +0000 (5 10:37 -0700)
committerSean Robinson <seankrobinson@gmail.com>
Sat, 5 Apr 2014 17:37:33 +0000 (5 10:37 -0700)
treeb959d8813679ea2eece2a918483748329e3f030b
parenta0a536b3a35acdf4d5cdae5bd832102ae0559ad8
Simplify ConfigManager.get_opt_as_* methods

Use RawConfigParser methods to do the type coercion.  I am leaving the
get_opt_as_* methods only so there is a naming symmetry with the set_opt_*
methods.

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