Home
last modified time | relevance | path

Searched refs:RawConfigParser (Results 1 – 1 of 1) sorted by relevance

/tools/repohooks/rh/
Dconfig.py44 class RawConfigParser(configparser.RawConfigParser): class
67 return configparser.RawConfigParser.options(self, section)
77 return configparser.RawConfigParser.get(self, section, option)
87 return configparser.RawConfigParser.items(self, section)
118 config = RawConfigParser()