From e3fc0af6a3da95ae4d5f0835926932c5e40c5473 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Fri, 7 Aug 2015 18:07:49 +0200 Subject: [PATCH] python: add csv module by default --- recipes/python/ModulesSetup | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/python/ModulesSetup b/recipes/python/ModulesSetup index 567de4b..f78bdb0 100644 --- a/recipes/python/ModulesSetup +++ b/recipes/python/ModulesSetup @@ -23,6 +23,7 @@ datetime datetimemodule.c # date/time type _bisect _bisectmodule.c # Bisection algorithms fcntl fcntlmodule.c # fcntl(2) and ioctl(2) select selectmodule.c # select(2); not on ancient System V +_csv _csv.c _socket socketmodule.c _md5 md5module.c md5.c _sha shamodule.c