Revision 9fc4323b6fbc062c502d7fe10cc884937322ae55 authored by jgraham on 15 June 2015, 08:37:42 UTC, committed by jgraham on 15 June 2015, 08:37:42 UTC
Check for webidl2.js references.
2 parent s 0186b88 + af45630
Raw File
localpaths.py
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(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"))
back to top