commit | d995e1150cab57ed7c885d4b7dd943495022936b | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Tue May 20 06:08:38 2008 +0000 |
committer | Fred Drake <fdrake@acm.org> | Tue May 20 06:08:38 2008 +0000 |
tree | 5daaf7592952fd99af8699b93c1d87d0084a9c1d | |
parent | 1f60af87f5657800e333090fb9b204f54163254e [diff] [blame] |
revert creation of the html.entities and html.parser modules (http://bugs.python.org/issue2882)
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py index c2fb66d..404a405 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py
@@ -50,7 +50,7 @@ import encodings import formatter import getpass - import html.entities + import htmlentitydefs import ihooks import imghdr import imputil