Skip to content

Commit b45b477

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html5lib/tests/support.py

+1-1
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)