mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-22 21:24:46 +03:00
commit
5adffb5e71
|
@ -1335,7 +1335,6 @@ class Image:
|
||||||
for child, value in element.attrib.items():
|
for child, value in element.attrib.items():
|
||||||
print(child.split('}')[1] + ": " + value)
|
print(child.split('}')[1] + ": " + value)
|
||||||
|
|
||||||
|
|
||||||
return root
|
return root
|
||||||
|
|
||||||
def getim(self):
|
def getim(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user