Searched refs:RawConfigParser (Results 1 – 1 of 1) sorted by relevance
44 class RawConfigParser(ConfigParser.RawConfigParser): class64 return ConfigParser.RawConfigParser.options(self, section)74 return ConfigParser.RawConfigParser.get(self, section, option)84 return ConfigParser.RawConfigParser.items(self, section)115 config = RawConfigParser()