Kaydet (Commit) 135ee966 authored tarafından Eray Özkural's avatar Eray Özkural

* update po

üst 69e06c38
......@@ -237,9 +237,10 @@ class autoxml(type):
# generate top-level helper functions
cls.initializers = inits
def initialize(self, tag = None, spec = None):
# XmlFile.__init__(self, cls.tag)
XmlFile.__init__(self, cls.tag)
for init in self.__class__.initializers:
init(self)
cls.__init__ = initialize
cls.decoders = decoders
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment