Fixes issue 10120 (concurrent.futures module is not installed properly), patch by Neil Muller

This commit is contained in:
Brian Quinlan 2010-10-16 10:36:11 +00:00
parent 6d3895606c
commit 2c2bfe5bdf
1 changed files with 1 additions and 1 deletions

View File

@ -880,7 +880,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
tkinter/test/test_ttk site-packages test \
test/decimaltestdata test/xmltestdata \
test/tracedmodules test/encoded_modules \
concurrent encodings \
concurrent concurrent/futures encodings \
email email/mime email/test email/test/data \
html json json/tests http dbm xmlrpc \
sqlite3 sqlite3/test \