diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2008-03-24 06:22:57 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2008-03-24 06:22:57 (GMT) |
commit | 6cf49cf10689bf2ff23fff05928daa23ecdf6fc2 (patch) | |
tree | f98ace06aafb9ce7005beb8b3dec94bfec382739 /PC/os2emx | |
parent | e7789b186d640ee00e5709fcfbeca43780d379e4 (diff) | |
download | cpython-6cf49cf10689bf2ff23fff05928daa23ecdf6fc2.zip cpython-6cf49cf10689bf2ff23fff05928daa23ecdf6fc2.tar.gz cpython-6cf49cf10689bf2ff23fff05928daa23ecdf6fc2.tar.bz2 |
Remove the dl module per PEP 3108.
Diffstat (limited to 'PC/os2emx')
-rw-r--r-- | PC/os2emx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile index d3ef12b..2fcb334 100644 --- a/PC/os2emx/Makefile +++ b/PC/os2emx/Makefile @@ -290,7 +290,6 @@ SRC.MODULES= $(addprefix $(TOP), \ Modules/cStringIO.c \ Modules/_csv.c \ Modules/datetimemodule.c \ - Modules/dlmodule.c \ Modules/errnomodule.c \ Modules/fcntlmodule.c \ Modules/_functoolsmodule.c \ |