Bug 1714641: Remove usages of vendored "futures" library r=ahal

`concurrent.futures` functionality has been part of Python since
Python 3.2.

Differential Revision: https://phabricator.services.mozilla.com/D117068
This commit is contained in:
Mitchell Hentges
2021-06-09 15:48:54 +00:00
parent 49b1e3da53
commit 552fb9b1cb

View File

@@ -25,7 +25,6 @@ EXTRA_PATHS = (
"testing/mozbase/manifestparser",
"testing/mozbase/mozfile",
"testing/mozbase/mozprocess",
"third_party/python/futures",
"third_party/python/jsmin",
"third_party/python/which",
)