def simpleUpdateConfigFile():
    # There is only one choice to update the monolithic file. Load the file,
    # update the section and resave.
    cp = ConfigParser.RawConfigParser()
    cp.optionxform = str