[FIX] Add the HTMLParser

bzr revid: stephane@tinyerp.com-20081121165708-qrk3kcj42dv1czwc
This commit is contained in:
Stephane Wirtel 2008-11-21 17:57:08 +01:00
parent 448c8a21f6
commit fa09719fbf
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ options = {
"packages": ["lxml", "lxml.builder", "lxml._elementpath", "lxml.etree", "packages": ["lxml", "lxml.builder", "lxml._elementpath", "lxml.etree",
"lxml.objectify", "decimal", "xml", "xml.dom", "xml.xpath", "lxml.objectify", "decimal", "xml", "xml.dom", "xml.xpath",
"encodings","mx.DateTime","wizard","pychart","PIL", "pyparsing", "encodings","mx.DateTime","wizard","pychart","PIL", "pyparsing",
"pydot","asyncore","asynchat", "reportlab", "vobject"], "pydot","asyncore","asynchat", "reportlab", "vobject", "HTMLParser"],
"excludes" : ["Tkconstants","Tkinter","tcl"], "excludes" : ["Tkconstants","Tkinter","tcl"],
} }
} }