summaryrefslogtreecommitdiff
path: root/Lib/html/entities.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/html/entities.py')
-rw-r--r--Lib/html/entities.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/html/entities.py b/Lib/html/entities.py
index f7deae6eb0..3e1778b768 100644
--- a/Lib/html/entities.py
+++ b/Lib/html/entities.py
@@ -1,5 +1,8 @@
"""HTML character entity references."""
+__all__ = ['html5', 'name2codepoint', 'codepoint2name', 'entitydefs']
+
+
# maps the HTML entity name to the Unicode code point
name2codepoint = {
'AElig': 0x00c6, # latin capital letter AE = latin capital ligature AE, U+00C6 ISOlat1