Merge pull request #4 from UrielMaD/xmp_feature

xmp feature
This commit is contained in:
Uriel Martinez 2020-12-25 21:40:23 -06:00 committed by GitHub
commit 5adffb5e71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):