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
64 return ConfigParser.RawConfigParser.options(self, section)
74 return ConfigParser.RawConfigParser.get(self, section, option)
84 return ConfigParser.RawConfigParser.items(self, section)
115 config = RawConfigParser()