Big overhaul of BrainConfigParser class
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 23 Aug 2012 09:02:16 +0000 (12:02 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 27 Aug 2012 06:40:21 +0000 (09:40 +0300)
commit49480b055ec300c285f2c2144939df2da3c8f004
tree9e6ccc47a30e58cb9c2381e4437d7281e3f7a41d
parent080a117bf4e786d928f2e6f6008bae939375073f
Big overhaul of BrainConfigParser class

Fixes problems in setting options in the BrainConfigParser class.
Previously, linenumber pointers would get out-of-sync when
updating/inserting/replacing new options with the set() method. Now we
always parse the actual file contents when running set(), thus we never
get out-of-sync.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
gitbuildsys/conf.py