summaryrefslogtreecommitdiffstats
path: root/PC/os2emx
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2008-06-10 15:01:24 (GMT)
committerThomas Heller <theller@ctypes.org>2008-06-10 15:01:24 (GMT)
commit12f8a0538b7e0964d82ddda86c63df97129f0c99 (patch)
treee66e62eb613dab26e3a2794a7a8e126ab5636b76 /PC/os2emx
parent97cf99fc7e8c56868711f7c91c3b1e37e4c66cba (diff)
downloadcpython-12f8a0538b7e0964d82ddda86c63df97129f0c99.zip
cpython-12f8a0538b7e0964d82ddda86c63df97129f0c99.tar.gz
cpython-12f8a0538b7e0964d82ddda86c63df97129f0c99.tar.bz2
Fix the Windows build by removing references to the cStringIO module
which no longer exists.
Diffstat (limited to 'PC/os2emx')
-rw-r--r--PC/os2emx/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile
index 10cadf9..8b4c404 100644
--- a/PC/os2emx/Makefile
+++ b/PC/os2emx/Makefile
@@ -287,7 +287,6 @@ SRC.MODULES= $(addprefix $(TOP), \
Modules/cmathmodule.c \
Modules/_codecsmodule.c \
Modules/collectionsmodule.c \
- Modules/cStringIO.c \
Modules/_csv.c \
Modules/datetimemodule.c \
Modules/errnomodule.c \