Esempio 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']
Esempio 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']
Esempio 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']