aboutsummaryrefslogtreecommitdiffstats
path: root/python/mach_bootstrap.py
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2015-08-09 14:25:18 -0400
committerCorey Farwell <coreyf@rwell.org>2015-09-02 09:34:02 -0400
commit31e57cb34902ad50934ac4904eb41d6244a60cfb (patch)
tree86bd3ffc555ca20f6e0da2ff9297c7bee134dc4e /python/mach_bootstrap.py
parente38df50bbf2d8c33aa53ce8ce1fc2b84e9b22814 (diff)
downloadservo-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.py4
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",
]