Example #1
0
 def __init__(self, template):
     Databank.__init__(self)
     self.dom = etree.parse(template)
Example #2
0
 def __init__(self):
     Databank.__init__(self)
Example #3
0
 def __init__(self):
     Databank.__init__(self)
Example #4
0
 def __init__(self, template):
     Databank.__init__(self)
     self.dom = etree.parse(template)