Skip to content

Commit

Permalink
fixup! Fix parse.py after html5lib#257
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnedders committed Jul 13, 2016
1 parent ae6c7d0 commit f232990
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ def parse():

treebuilder = treebuilders.getTreeBuilder(opts.treebuilder)

tokenizer = HTMLTokenizer

p = html5parser.HTMLParser(tree=treebuilder, debug=opts.log)

if opts.fragment:
Expand Down

0 comments on commit f232990

Please sign in to comment.