Add raw attribute to ConfigManager
commit152dc1ee67c160c2d8a4bcd5d94b1c9221aa2bd1
authorSean Robinson <robinson@tuxfamily.org>
Wed, 30 Apr 2014 10:40:18 +0000 (30 03:40 -0700)
committerSean Robinson <robinson@tuxfamily.org>
Fri, 13 Jun 2014 13:16:53 +0000 (13 06:16 -0700)
tree540f0b879af7c935da35662bd53452ec1be69bf8
parentf191733af373e22e7c98dceb9cf4d217eba13a06
Add raw attribute to ConfigManager

This allows setting the raw-option vs cooked-option output object wide
rather than per method call.  This means moving more logic into the get
method from get_opt so that get_opt is a light layer on top of get.

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