summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_multibytecodec_support.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2008-05-20 06:08:38 (GMT)
committerFred Drake <fdrake@acm.org>2008-05-20 06:08:38 (GMT)
commitd995e1150cab57ed7c885d4b7dd943495022936b (patch)
tree5daaf7592952fd99af8699b93c1d87d0084a9c1d /Lib/test/test_multibytecodec_support.py
parent1f60af87f5657800e333090fb9b204f54163254e (diff)
downloadcpython-d995e1150cab57ed7c885d4b7dd943495022936b.zip
cpython-d995e1150cab57ed7c885d4b7dd943495022936b.tar.gz
cpython-d995e1150cab57ed7c885d4b7dd943495022936b.tar.bz2
revert creation of the html.entities and html.parser modules
(http://bugs.python.org/issue2882)
Diffstat (limited to 'Lib/test/test_multibytecodec_support.py')
-rw-r--r--Lib/test/test_multibytecodec_support.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_multibytecodec_support.py b/Lib/test/test_multibytecodec_support.py
index b9aa34b..6055764 100644
--- a/Lib/test/test_multibytecodec_support.py
+++ b/Lib/test/test_multibytecodec_support.py
@@ -64,7 +64,7 @@ class TestBase:
if self.has_iso10646:
return
- from html.entities import codepoint2name
+ from htmlentitydefs import codepoint2name
def xmlcharnamereplace(exc):
if not isinstance(exc, UnicodeEncodeError):