Import localpaths to support loading third party modules

This commit is contained in:
CYBAI 2020-09-11 19:51:40 +09:00
parent a5a21a59ad
commit b889f84d57

View file

@ -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