diff options
author | Fred Drake <fdrake@acm.org> | 2008-05-20 06:08:38 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2008-05-20 06:08:38 +0000 |
commit | d995e1150cab57ed7c885d4b7dd943495022936b (patch) | |
tree | 5daaf7592952fd99af8699b93c1d87d0084a9c1d /Lib/test/test_sundry.py | |
parent | 1f60af87f5657800e333090fb9b204f54163254e (diff) | |
download | cpython-git-d995e1150cab57ed7c885d4b7dd943495022936b.tar.gz |
revert creation of the html.entities and html.parser modules
(http://bugs.python.org/issue2882)
Diffstat (limited to 'Lib/test/test_sundry.py')
-rw-r--r-- | Lib/test/test_sundry.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py index c2fb66d99e..404a405de5 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 html.entities + import htmlentitydefs import ihooks import imghdr import imputil |