1import os
2import sys
3
4here = os.path.abspath(os.path.split(__file__)[0])
5repo_root = os.path.abspath(os.path.join(here, os.pardir))
6
7sys.path.insert(0, os.path.join(here))
8sys.path.insert(0, os.path.join(here, "six"))
9sys.path.insert(0, os.path.join(here, "html5lib"))
10sys.path.insert(0, os.path.join(here, "wptserve"))
11sys.path.insert(0, os.path.join(here, "pywebsocket", "src"))
12sys.path.insert(0, os.path.join(here, "third_party", "attrs", "src"))
13sys.path.insert(0, os.path.join(here, "third_party", "funcsigs"))
14sys.path.insert(0, os.path.join(here, "third_party", "pluggy"))
15sys.path.insert(0, os.path.join(here, "third_party", "py"))
16sys.path.insert(0, os.path.join(here, "third_party", "pytest"))
17sys.path.insert(0, os.path.join(here, "webdriver"))
18sys.path.insert(0, os.path.join(here, "wptrunner"))
19