mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
fix identation
This commit is contained in:
parent
37259d216d
commit
9d48ca1298
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ paths = {"include_manifest": wpt_path("include.ini"),
|
||||||
"config": wpt_path("config.ini"),
|
"config": wpt_path("config.ini"),
|
||||||
"ca-cert-path": wpt_path("web-platform-tests/tools/certs/cacert.pem"),
|
"ca-cert-path": wpt_path("web-platform-tests/tools/certs/cacert.pem"),
|
||||||
"host-key-path": wpt_path("web-platform-tests/tools/certs/web-platform.test.key"),
|
"host-key-path": wpt_path("web-platform-tests/tools/certs/web-platform.test.key"),
|
||||||
"host-cert-path": wpt_path("web-platform-tests/tools/certs/web-platform.test.pem"),
|
"host-cert-path": wpt_path("web-platform-tests/tools/certs/web-platform.test.pem")}
|
||||||
}
|
|
||||||
# Imports
|
# Imports
|
||||||
sys.path.append(wpt_path("web-platform-tests", "tools"))
|
sys.path.append(wpt_path("web-platform-tests", "tools"))
|
||||||
import localpaths # noqa: flake8
|
import localpaths # noqa: flake8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue