summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sundry.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2008-05-17 21:14:05 (GMT)
committerFred Drake <fdrake@acm.org>2008-05-17 21:14:05 (GMT)
commitcb51d84214ed07268338392abef986b9a56d0141 (patch)
tree474b5ec5794e8e97953df73059c55d78cc2df631 /Lib/test/test_sundry.py
parent91ae2502739ecfcc7a8a013473553224b8387521 (diff)
downloadcpython-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_sundry.py')
-rw-r--r--Lib/test/test_sundry.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py
index 404a405..c2fb66d 100644
--- a/Lib/test/test_sundry.py
+++ b/Lib/test/test_sundry.py
@@ -50,7 +50,7 @@ class TestUntestedModules(unittest.TestCase):
import encodings
import formatter
import getpass
- import htmlentitydefs
+ import html.entities
import ihooks
import imghdr
import imputil