summaryrefslogtreecommitdiff
path: root/poezio/windows/image.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/windows/image.py')
-rw-r--r--poezio/windows/image.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/poezio/windows/image.py b/poezio/windows/image.py
index 309fe0e6..75f4d588 100644
--- a/poezio/windows/image.py
+++ b/poezio/windows/image.py
@@ -24,6 +24,8 @@ class ImageWin(Win):
A window which contains either an image or a border.
"""
+ __slots__ = ('_image', '_display_avatar')
+
def __init__(self) -> None:
self._image = None # type: Optional[Image]
Win.__init__(self)