[wwwsearch-commits] r36204 - wwwsearch/ClientForm/trunk

jjlee at codespeak.net jjlee at codespeak.net
Sun Jan 7 19:32:16 CET 2007


Author: jjlee
Date: Sun Jan  7 19:32:15 2007
New Revision: 36204

Modified:
   wwwsearch/ClientForm/trunk/ClientForm.py
Log:
2.0 fixes

Modified: wwwsearch/ClientForm/trunk/ClientForm.py
==============================================================================
--- wwwsearch/ClientForm/trunk/ClientForm.py	(original)
+++ wwwsearch/ClientForm/trunk/ClientForm.py	Sun Jan  7 19:32:15 2007
@@ -442,6 +442,7 @@
 # for backwards compatibility, ParseError derives from exceptions that were
 # raised by versions of ClientForm <= 0.2.5
 if HAVE_MODULE_HTMLPARSER:
+    SGMLLIB_PARSEERROR = sgmllib.SGMLParseError
     class ParseError(sgmllib.SGMLParseError,
                      HTMLParser.HTMLParseError,
                      ):


More information about the wwwsearch-commits mailing list