def fileUpdateConfigFile():
    # We only need to update the right file.
    cp = ConfigParser.RawConfigParser()
    cp.optionxform = str
    with open(os.path.join(DATA_DIRECTORY, 'number:0.ini'), 'r') as file: