Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b45b477

Browse filesBrowse files
committed
Make genshi treeType get added as None to match the others
1 parent 11bdb49 commit b45b477
Copy full SHA for b45b477

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎html5lib/tests/support.py

Copy file name to clipboardExpand all lines: html5lib/tests/support.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
try:
6363
import genshi # noqa
6464
except ImportError:
65-
pass
65+
treeTypes["genshi"] = None
6666
else:
6767
treeTypes["genshi"] = {
6868
"builder": treebuilders.getTreeBuilder("dom"),

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.