diff options
Diffstat (limited to 'python/mach_bootstrap.py')
-rw-r--r-- | python/mach_bootstrap.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/mach_bootstrap.py b/python/mach_bootstrap.py index aed66995f2e..df71cb838d6 100644 --- a/python/mach_bootstrap.py +++ b/python/mach_bootstrap.py @@ -20,6 +20,7 @@ WPT_SERVE_PATH = os.path.join(WPT_PATH, "tests", "tools", "wptserve") SEARCH_PATHS = [ os.path.join("python", "mach"), + os.path.join("third_party", "mozdebug"), ] # Individual files providing mach commands. |