No Bug - Add python/futures to mach search paths to avoid exception when running mach build or mach test. r=gps DONTBUILD

MozReview-Commit-ID: 4QBUYXQ0GdZ
This commit is contained in:
Chris Manchester 2016-03-01 15:04:28 -08:00
parent 79cb11f843
commit 312ee4cf36

View File

@ -61,6 +61,7 @@ SEARCH_PATHS = [
'python/blessings',
'python/compare-locales',
'python/configobj',
'python/futures',
'python/jsmin',
'python/psutil',
'python/which',