8000 Fix imports now that the serializer is in its own sub-package. · awesome-python/html5lib-python@b40e1f4 · GitHub
[go: up one dir, main page]

Skip to content < 8000 react-partial partial-name="keyboard-shortcuts-dialog" data-ssr="false" data-attempted-ssr="false" data-react-profiling="false" >

Commit b40e1f4

Browse files
committed
Fix imports now that the serializer is in its own sub-package.
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%40800
1 parent 1bf776c commit b40e1f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/serializer/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
2+
import os.path
3+
__path__.append(os.path.dirname(__path__[0]))
4+
15
from htmlserializer import HTMLSerializer
26
from xhtmlserializer import XHTMLSerializer

0 commit comments

Comments
 (0)
0