Searched defs:RawConfigParser (Results 1 - 1 of 1) sorted by relevance

/systemd/test/
H A Dsysv-generator-test.py29 from configparser import RawConfigParser namespace
32 from ConfigParser import RawConfigParser namespace
90 cp = RawConfigParser(dict_type=MultiDict, strict=False)
92 # RawConfigParser in python2 does not have the strict option
94 cp = RawConfigParser(dict_type=MultiDict)

Completed in 1060 milliseconds