From 78349072f7c8f2d3da6f552665f9f381930c3c42 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Sun, 18 Feb 2001 03:30:53 +0000 Subject: removed __all__ from several modules --- Lib/htmlentitydefs.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'Lib/htmlentitydefs.py') diff --git a/Lib/htmlentitydefs.py b/Lib/htmlentitydefs.py index dfbf55e009..b20a07c701 100644 --- a/Lib/htmlentitydefs.py +++ b/Lib/htmlentitydefs.py @@ -1,7 +1,5 @@ """HTML character entity references.""" -__all__ = ["entitydefs"] - entitydefs = { 'AElig': '\306', # latin capital letter AE = latin capital ligature AE, U+00C6 ISOlat1 'Aacute': '\301', # latin capital letter A with acute, U+00C1 ISOlat1 -- cgit v1.2.1