fixed missing helper.get(attribute)
This commit is contained in:
@@ -784,6 +784,9 @@ class DIV(XmlComponent):
|
||||
else:
|
||||
return self.components[i]
|
||||
|
||||
def get(self, i):
|
||||
return self.attributes.get(i)
|
||||
|
||||
def __setitem__(self, i, value):
|
||||
"""
|
||||
Sets attribute with name 'i' or component #i.
|
||||
|
||||
Reference in New Issue
Block a user