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 06d5377aa84..dec54260839 100644 --- a/python/mach_bootstrap.py +++ b/python/mach_bootstrap.py @@ -14,7 +14,6 @@ from subprocess import Popen from tempfile import TemporaryFile SEARCH_PATHS = [ - os.path.join("python", "tidy"), os.path.join("python", "mach"), ] |