mirror of
https://github.com/servo/servo.git
synced 2025-06-24 09:04:33 +01:00
Import localpaths to support loading third party modules
This commit is contained in:
parent
a5a21a59ad
commit
b889f84d57
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ sys.path.insert(0, os.path.abspath(os.path.join(here, os.pardir, "web-platform-t
|
|||
sys.path.insert(0, os.path.abspath(os.path.join(here, os.pardir, "web-platform-tests", "tools", "wptserve")))
|
||||
sys.path.insert(0, os.path.abspath(os.path.join(here, os.pardir, "web-platform-tests", "tools")))
|
||||
|
||||
import localpaths
|
||||
|
||||
from wptrunner.update import setup_logging, WPTUpdate
|
||||
from wptrunner.update.base import exit_unclean
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue