8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf776c commit b40e1f4Copy full SHA for b40e1f4
src/serializer/__init__.py
@@ -1,2 +1,6 @@
1
+
2
+import os.path
3
+__path__.append(os.path.dirname(__path__[0]))
4
5
from htmlserializer import HTMLSerializer
6
from xhtmlserializer import XHTMLSerializer
0 commit comments