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