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:
Mukilan Thiyagarajan 2025-07-11 21:47:34 +05:30
parent b7133478e1
commit 4dc8175022
2 changed files with 2 additions and 1 deletions

View file

@ -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",

View file

@ -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: