portage.util.configparser module

portage.util.configparser.read_configs(parser, paths)

Read configuration files from given paths into the specified ConfigParser, handling path encoding portably. :param parser: target *ConfigParser instance :type parser: SafeConfigParser or RawConfigParser :param paths: list of paths to read :type paths: iterable