Set section option to value in user config file.
(self, configType, section, option, value)
| 253 | return default |
| 254 | |
| 255 | def SetOption(self, configType, section, option, value): |
| 256 | """Set section option to value in user config file.""" |
| 257 | self.userCfg[configType].SetOption(section, option, value) |
| 258 | |
| 259 | def GetSectionList(self, configSet, configType): |
| 260 | """Return sections for configSet configType configuration. |
no outgoing calls