Makes use of configparser portable to older versions by:
authorKarl Cronburg <karl.cronburg@gmail.com>
Tue, 6 Sep 2016 14:22:00 +0000 (10:22 -0400)
committerKarl Cronburg <karl.cronburg@gmail.com>
Tue, 6 Sep 2016 14:22:00 +0000 (10:22 -0400)
commit27c9aab2d9a45a1babf01a3aa0123e1f5ce36a24
tree07766c67fbc3013862801d9f4f543453b90efd8d
parentb678fac65b13dabd0f78ceb338547b9acb5a4f2d
Makes use of configparser portable to older versions by:
- relying on its' own NoOptionError exception
- using getter method instead of dictionary overriding
- and using readfp() as older version does not autodetect fp vs string types

Signed-off-by: Karl Cronburg <karl.cronburg@gmail.com>
tools/hist/fiologparser_hist.py