Ejemplo n.º 1
0
 def _set_info(self, entry, info):
     CfgInfo._set_info(self, entry, info)
     if '__children__' in info:
         for child in info['__children__']:
             entry.append(child)
Ejemplo n.º 2
0
 def _set_info(self, entry, info):
     CfgInfo._set_info(self, entry, info)
     if '__children__' in info:
         for child in info['__children__']:
             entry.append(child)