Searched refs:ConfigParser (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py102 import ConfigParser namespace
1130 except ConfigParser.ParsingError, inst:
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py31 import ConfigParser namespace
245 that accepted by the ConfigParser class. The sections and properties
289 self._cfgparser = ConfigParser.RawConfigParser()
323 """Creates MenuConfigEntry objects from the ConfigParser's section
507 """Generate a new ConfigParser using the data from the MenuConfigEntry
510 new_parser = ConfigParser.SafeConfigParser()
527 except ConfigParser.DuplicateSectionError:
555 # First synch the MenuConfigParser state to a new ConfigParser:

Completed in 33 milliseconds