diff options
Diffstat (limited to 'python/mach_bootstrap.py')
-rw-r--r-- | python/mach_bootstrap.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/mach_bootstrap.py b/python/mach_bootstrap.py index e77c78e0851..57e6472e5c8 100644 --- a/python/mach_bootstrap.py +++ b/python/mach_bootstrap.py @@ -12,7 +12,6 @@ from distutils.spawn import find_executable from pipes import quote SEARCH_PATHS = [ - os.path.join("python", "mach"), os.path.join("python", "tidy"), os.path.join("tests", "wpt"), os.path.join("tests", "wpt", "harness"), |