From 75bfcbaf888241b53926a87efa26e084b6a2d78e Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Sun, 23 Nov 2008 13:54:42 +0000 Subject: - Fix typo in last checkin --- Modules/Setup.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 97eec17..5d7f680 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -179,7 +179,7 @@ GLHACK=-Dclear=__GLclear #_collections _collectionsmodule.c # Container types #itertools itertoolsmodule.c # Functions creating iterators for efficient looping #strop stropmodule.c # String manipulations -#_functools functoolsmodule.c # Tools for working with functions and callable objects +#_functools _functoolsmodule.c # Tools for working with functions and callable objects #unicodedata unicodedata.c # static Unicode character database -- cgit v0.12