Skip to content
Snippets Groups Projects
Commit b30ccd3e authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Back out mistaken rename: Image.image -> Image.info

parent 107bf1c3
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -2603,7 +2603,7 @@ class _ImageInfoGetter:
else:
return self.event.get_image_info(inf_attr)
Image.info = property(_ImageInfoGetter)
Image.image = property(_ImageInfoGetter)
# }}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment