3 http://wiki.python.org/moin/ConfigParserExamples 4 http://stackoverflow.com/questions/3220670/read-all-the-contents-in-ini-file-into-dictionary-with-python 6 from __future__
import print_function
8 import ConfigParser
as cp
10 Config=cp.ConfigParser()
14 options = Config.options(section)
15 for option
in options:
17 dict1[option] = Config.get(section, option)
18 if dict1[option] == -1:
19 DebugPrint(
"skip: %s" % option)
21 print(
"exception on %s!" % option)
def ConfigSectionMap(section)
S & print(S &os, JobReport::InputFile const &f)