mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update web-platform-tests to revision e91d7d8c9a1f14438e44000dcd05ce6e658e4ae5
This commit is contained in:
parent
242e7e2630
commit
1a3fdf7a13
567 changed files with 9823 additions and 2333 deletions
|
@ -2,7 +2,6 @@ import os
|
|||
import sys
|
||||
|
||||
here = os.path.abspath(os.path.split(__file__)[0])
|
||||
repo_root = os.path.abspath(os.path.join(here, os.pardir))
|
||||
|
||||
sys.path.insert(0, os.path.join(here))
|
||||
sys.path.insert(0, os.path.join(here, "wptserve"))
|
||||
|
@ -28,3 +27,7 @@ sys.path.insert(0, os.path.join(here, "wptrunner"))
|
|||
|
||||
if sys.version_info[0] == 2:
|
||||
sys.path.insert(0, os.path.join(here, "third_party", "enum"))
|
||||
|
||||
# We can't import six until we've set the path above.
|
||||
from six import ensure_text
|
||||
repo_root = ensure_text(os.path.abspath(os.path.join(here, os.pardir)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue