aboutsummaryrefslogtreecommitdiffstats
path: root/python/mach_bootstrap.py
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2021-12-21 10:57:18 -0500
committerJosh Matthews <josh@joshmatthews.net>2021-12-21 10:57:18 -0500
commitf4de057784291f9619191f22b386d9b699507667 (patch)
treee0d6a564ae945efc002e7d06cb9808c5aff1b0b4 /python/mach_bootstrap.py
parent8dc59c698529bf7ca45f06f468311414dd132fce (diff)
downloadservo-f4de057784291f9619191f22b386d9b699507667.tar.gz
servo-f4de057784291f9619191f22b386d9b699507667.zip
Vendor mach-1.0.0.
Diffstat (limited to 'python/mach_bootstrap.py')
-rw-r--r--python/mach_bootstrap.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/mach_bootstrap.py b/python/mach_bootstrap.py
index 88f0fdbe8a0..97d05e961cc 100644
--- a/python/mach_bootstrap.py
+++ b/python/mach_bootstrap.py
@@ -14,6 +14,7 @@ from tempfile import TemporaryFile
SEARCH_PATHS = [
os.path.join("python", "tidy"),
+ os.path.join("python", "mach"),
]
# Individual files providing mach commands.