We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a187680 commit 8179a78Copy full SHA for 8179a78
1 file changed
src/treebuilders/base.py
@@ -1,11 +1,10 @@
1
import sys
2
import os
3
4
-sys.path.insert(0, os.path.abspath(os.pardir))
5
-
6
-from constants import contentModelFlags, spaceCharacters
7
-from constants import scopingElements, formattingElements, specialElements
8
-from constants import headingElements, tableInsertModeElements
+# XXX someone please fix this up! And make sure it doesn't break Windows.
+from src.constants import contentModelFlags, spaceCharacters
+from src.constants import scopingElements, formattingElements, specialElements
+from src.constants import headingElements, tableInsertModeElements
9
10
# The scope markers are inserted when entering buttons, object elements,
11
# marquees, table cells, and table captions, and are used to prevent formatting
0 commit comments