mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
ci: revert to non-relative import in export script
Potentially fixes #37999 Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
b7133478e1
commit
4dc8175022
2 changed files with 2 additions and 1 deletions
|
@ -33,6 +33,7 @@ search-path = [
|
||||||
"tests/wpt/tests/tools/wptrunner",
|
"tests/wpt/tests/tools/wptrunner",
|
||||||
"tests/wpt/tests/tools/wptserve",
|
"tests/wpt/tests/tools/wptserve",
|
||||||
"python/mach",
|
"python/mach",
|
||||||
|
"python/wpt",
|
||||||
]
|
]
|
||||||
project-includes = [
|
project-includes = [
|
||||||
"python/wpt/**/*.py",
|
"python/wpt/**/*.py",
|
||||||
|
|
|
@ -17,7 +17,7 @@ import logging
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from .exporter import WPTSync
|
from exporter import WPTSync
|
||||||
|
|
||||||
|
|
||||||
def main() -> int:
|
def main() -> int:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue