summaryrefslogtreecommitdiffstats
path: root/Lib/imghdr.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/imghdr.py')
-rw-r--r--Lib/imghdr.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/imghdr.py b/Lib/imghdr.py
index 97687b0..dc5fb22 100644
--- a/Lib/imghdr.py
+++ b/Lib/imghdr.py
@@ -1,5 +1,6 @@
"""Recognize image file formats based on their first few bytes."""
+__all__ = ["what"]
#-------------------------#
# Recognize image headers #