non mandatory error

This commit is contained in:
gwen 2012-09-11 16:45:59 +02:00
parent 99df5bbd79
commit c6ad86bd81
1 changed files with 1 additions and 3 deletions

View File

@ -175,9 +175,7 @@ class Config(object):
raise MethodCallError("this method root_mandatory machin() shall not be"
"used with non-root Confit() object")
rootconfig = self._cfgimpl_get_toplevel()
if 'mandatory' in rootconfig._cfgimpl_properties:
rootconfig._cfgimpl_properties.remove('mandatory')
rootconfig._cfgimpl_mandatory = False
# ____________________________________________________________
def __setattr__(self, name, value):