8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our docu 8000 mentation.
There was an error while loading. Please reload this page.
1 parent 8d9a89b commit e80aa0dCopy full SHA for e80aa0d
parse.py
@@ -8,7 +8,12 @@
8
import os
9
from optparse import OptionParser
10
11
+#RELEASE remove
12
from src import html5parser, liberalxmlparser
13
+#END RELEASE
14
+#RELEASE add
15
+from html5lib import html5parser, liberalxmlparser
16
17
18
def convertTreeDump(treedump):
19
"""convert the output of str(document) to something more readable
setup.py
0 commit comments