3238
3238
except errors.NoSuchFile:
3239
3239
# The file doesn't exist, let's pretend it was empty
3240
3240
self._load_from_string('')
3242
3245
section = self._config_obj
3244
3247
section = self._config_obj.setdefault(section_id, {})
3245
3248
mutable_section = self.mutable_section_class(section_id, section)
3246
3249
# All mutable sections can become dirty