mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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/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