Exemplo n.º 1
0
 def __init__(self, xml):
     OrdDict.__init__(self)
     if xml is None: return
     for cert in list(xml):
         self[cert.attrib['locale']] = cert.attrib['name']
Exemplo n.º 2
0
 def __init__(self, xml):
     OrdDict.__init__(self)
     if xml is None: return
     for cert in xml.getchildren():
         self[cert.attrib['locale']] = cert.attrib['name']
Exemplo n.º 3
0
 def __init__(self, xml):
     OrdDict.__init__(self)
     if xml is None: return
     for cert in xml.getchildren():
         self[cert.attrib['locale']] = cert.attrib['name']