Update web-platform-tests to revision 0f986ae5b0865c0bef78e41e35d144e30a14b2e7

This commit is contained in:
WPT Sync Bot 2020-08-17 08:21:20 +00:00
parent 62c7cb4c79
commit 3becf15667
84 changed files with 165 additions and 152 deletions

View file

@ -1,7 +1,7 @@
import os
import sys
here = os.path.abspath(os.path.split(__file__)[0])
here = os.path.abspath(os.path.dirname(__file__))
sys.path.insert(0, os.path.join(here))
sys.path.insert(0, os.path.join(here, "wptserve"))