def get_config_parser(): return configparser.ConfigParser() if sys.version_info.major == 3 else configparser.SafeConfigParser()