revert creation of the html.entities and html.parser modules
(http://bugs.python.org/issue2882)
diff --git a/Lib/htmllib.py b/Lib/htmllib.py
index 7ebb622..24a2e2f 100644
--- a/Lib/htmllib.py
+++ b/Lib/htmllib.py
@@ -24,7 +24,7 @@
 
     """
 
-    from html.entities import entitydefs
+    from htmlentitydefs import entitydefs
 
     def __init__(self, formatter, verbose=0):
         """Creates an instance of the HTMLParser class.