diff options
| author | Fred Drake <fdrake@acm.org> | 2008-05-17 21:14:05 (GMT) |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2008-05-17 21:14:05 (GMT) |
| commit | cb51d84214ed07268338392abef986b9a56d0141 (patch) | |
| tree | 474b5ec5794e8e97953df73059c55d78cc2df631 /Lib/test/test_multibytecodec_support.py | |
| parent | 91ae2502739ecfcc7a8a013473553224b8387521 (diff) | |
| download | cpython-cb51d84214ed07268338392abef986b9a56d0141.zip cpython-cb51d84214ed07268338392abef986b9a56d0141.tar.gz cpython-cb51d84214ed07268338392abef986b9a56d0141.tar.bz2 | |
update references and documentation for modules in the new html package
(http://bugs.python.org/issue2882)
Diffstat (limited to 'Lib/test/test_multibytecodec_support.py')
| -rw-r--r-- | Lib/test/test_multibytecodec_support.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_multibytecodec_support.py b/Lib/test/test_multibytecodec_support.py index 6055764..b9aa34b 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 htmlentitydefs import codepoint2name + from html.entities import codepoint2name def xmlcharnamereplace(exc): if not isinstance(exc, UnicodeEncodeError): |
