From 31e57cb34902ad50934ac4904eb41d6244a60cfb Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sun, 9 Aug 2015 14:25:18 -0400 Subject: [PATCH] Remove references to no-longer-in-tree Python packages --- python/README.md | 29 ----------------------------- python/mach_bootstrap.py | 4 ---- python/tidy.py | 4 ---- 3 files changed, 37 deletions(-) diff --git a/python/README.md b/python/README.md index 9e036852e42..d3d0b027d81 100644 --- a/python/README.md +++ b/python/README.md @@ -6,36 +6,7 @@ development. The command dispatch framework used to wrap the build system and test harnesses. -= mozdebug = - -mozbase module containing information about various debuggers. - -This can be updated by copying the latest version from -https://hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/mozdebug - -= mozinfo = - -Mozbase module for extracting information about the host hardware / -os. - -This can be updated by copying the latest version from -hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/mozinfo - -= mozlog = - -A mozbase logging module required for wptrunner output and command -line arguments. - -This can be updated by copying the latest version from -hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/mozlog - = servo = servo-specific python code e.g. implementations of mach commands. This is the canonical repository for this code. - -== toml == - -Python module for reading toml files. - -This can be updated from https://github.com/uiri/toml 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", ] diff --git a/python/tidy.py b/python/tidy.py index 9086f9d8ad2..97e90c52dc6 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -25,10 +25,6 @@ ignored_files = [ "./support/*", "./tests/wpt/*", "./python/mach/*", - "./python/mozdebug/*", - "./python/mozinfo/*", - "./python/mozlog/*", - "./python/toml/*", "./components/script/dom/bindings/codegen/parser/*", "./components/script/dom/bindings/codegen/ply/*", "./python/_virtualenv/*",