add html5lib parser

This commit is contained in:
Christophe Benz 2010-04-13 16:46:13 +02:00
commit 41ef766e48
2 changed files with 34 additions and 1 deletions

View file

@ -18,6 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
"""
from .standardparser import StandardParser
from .elementtidyparser import ElementTidyParser
from .html5libparser import Html5libParser
from .lxmlparser import LxmlHtmlParser
from .standardparser import StandardParser