From 2c2bfe5bdf63bf5f85131ff7a773e28c094b9550 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Sat, 16 Oct 2010 10:36:11 +0000 Subject: Fixes issue 10120 (concurrent.futures module is not installed properly), patch by Neil Muller --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index b66313b..475d272 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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 \ -- cgit v0.12