Exemplo n.º 1
0
 def __init__(self, parent, section_registry):
     self._parent = parent
     self._notify_change = True
     ConfigSettings.__init__(self, section_registry)
Exemplo n.º 2
0
 def __init__(self, parent):
     self._parent = parent
     self._notify_change = True
     ConfigSettings.__init__(self)