Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dconfig.py46 class RawConfigParser(configparser.RawConfigParser): class
60 return configparser.RawConfigParser.options(self, section)
72 return configparser.RawConfigParser.items(self, section)
108 self.config = config if config else RawConfigParser()