diff --git a/src/PIL/CurImagePlugin.py b/src/PIL/CurImagePlugin.py index 5d2ac7253..d66e45993 100644 --- a/src/PIL/CurImagePlugin.py +++ b/src/PIL/CurImagePlugin.py @@ -168,6 +168,7 @@ class CurFile(IcoImagePlugin.IcoFile): def hotspots(self): return [(h["x_hotspot"], h["y_hotspot"]) for h in self.entry] + class CurImageFile(IcoImagePlugin.IcoImageFile): format = "CUR"