diff options
author | Corey Farwell <coreyf@rwell.org> | 2015-08-09 14:25:18 -0400 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2015-09-02 09:34:02 -0400 |
commit | 31e57cb34902ad50934ac4904eb41d6244a60cfb (patch) | |
tree | 86bd3ffc555ca20f6e0da2ff9297c7bee134dc4e /python/mach_bootstrap.py | |
parent | e38df50bbf2d8c33aa53ce8ce1fc2b84e9b22814 (diff) | |
download | servo-31e57cb34902ad50934ac4904eb41d6244a60cfb.tar.gz servo-31e57cb34902ad50934ac4904eb41d6244a60cfb.zip |
Remove references to no-longer-in-tree Python packages
Diffstat (limited to 'python/mach_bootstrap.py')
-rw-r--r-- | python/mach_bootstrap.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/python/mach_bootstrap.py b/python/mach_bootstrap.py index e04d1781bdd..2e36b0cefc0 100644 --- a/python/mach_bootstrap.py +++ b/python/mach_bootstrap.py @@ -12,10 +12,6 @@ from distutils.spawn import find_executable SEARCH_PATHS = [ "python/mach", - "python/toml", - "python/mozlog", - "python/mozinfo", - "python/mozdebug", "tests/wpt", "tests/wpt/harness", ] |