mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 3b3585e368841b77caea8576fa56cef91c3fbdf0
This commit is contained in:
parent
d00639c55f
commit
3b4f0ec0bb
541 changed files with 14609 additions and 3288 deletions
|
@ -4,11 +4,11 @@ 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(repo_root, "tools"))
|
||||
sys.path.insert(0, os.path.join(repo_root, "tools", "six"))
|
||||
sys.path.insert(0, os.path.join(repo_root, "tools", "html5lib"))
|
||||
sys.path.insert(0, os.path.join(repo_root, "tools", "wptserve"))
|
||||
sys.path.insert(0, os.path.join(repo_root, "tools", "pywebsocket", "src"))
|
||||
sys.path.insert(0, os.path.join(repo_root, "tools", "py"))
|
||||
sys.path.insert(0, os.path.join(repo_root, "tools", "pytest"))
|
||||
sys.path.insert(0, os.path.join(repo_root, "tools", "webdriver"))
|
||||
sys.path.insert(0, os.path.join(here))
|
||||
sys.path.insert(0, os.path.join(here, "six"))
|
||||
sys.path.insert(0, os.path.join(here, "html5lib"))
|
||||
sys.path.insert(0, os.path.join(here, "wptserve"))
|
||||
sys.path.insert(0, os.path.join(here, "pywebsocket", "src"))
|
||||
sys.path.insert(0, os.path.join(here, "py"))
|
||||
sys.path.insert(0, os.path.join(here, "pytest"))
|
||||
sys.path.insert(0, os.path.join(here, "webdriver"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue