add cfgimpl_get_children for MetaConfig and informations

This commit is contained in:
Emmanuel Garette 2013-05-21 11:09:00 +02:00
parent 1d8c248d1b
commit e131fdc5a5
1 changed files with 4 additions and 0 deletions

View File

@ -508,6 +508,10 @@ class MetaConfig(ConfigCommon):
self._impl_settings = Setting(self)
self._impl_values = Values(self)
self._impl_meta = None
self._impl_informations = {}
def cfgimpl_get_children(self):
return self._impl_children
def cfgimpl_get_context(self):
"a meta config is a config wich has a setting, that is itself"