diff options
Diffstat (limited to 'python/mach_bootstrap.py')
-rw-r--r-- | python/mach_bootstrap.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/mach_bootstrap.py b/python/mach_bootstrap.py index e1305daba47..8d7953d084e 100644 --- a/python/mach_bootstrap.py +++ b/python/mach_bootstrap.py @@ -11,8 +11,11 @@ import sys SEARCH_PATHS = [ "python/mach", "python/toml", + "python/mozlog", "python/mozinfo", "python/mozdebug", + "tests/wpt", + "tests/wpt/harness", ] # Individual files providing mach commands. |