mirror of
https://github.com/servo/servo.git
synced 2025-07-19 05:13:55 +01:00
ci: revert to non-relative import in export script (#38003)
Fixes #37999. Testing: This has been tested on [my fork](https://github.com/mukilan/servo/actions/runs/16224926807/job/45814509714?pr=5). Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
b7133478e1
commit
f7c7db3f71
2 changed files with 2 additions and 1 deletions
|
@ -33,6 +33,7 @@ search-path = [
|
|||
"tests/wpt/tests/tools/wptrunner",
|
||||
"tests/wpt/tests/tools/wptserve",
|
||||
"python/mach",
|
||||
"python/wpt",
|
||||
]
|
||||
project-includes = [
|
||||
"python/wpt/**/*.py",
|
||||
|
|
|
@ -17,7 +17,7 @@ import logging
|
|||
import os
|
||||
import sys
|
||||
|
||||
from .exporter import WPTSync
|
||||
from exporter import WPTSync
|
||||
|
||||
|
||||
def main() -> int:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue