From 06b3ddea2353d815936a04133f798b359f059d5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Mon, 27 Mar 2006 16:35:13 +0000 Subject: Drop information about 2.4 DLLs. --- Tools/msi/msi.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index 4347d53..50bec04 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -122,11 +122,6 @@ extensions = [ '_ctypes_test.pyd' ] -if major+minor <= "24": - extensions.extend([ - 'zlib.pyd', - ]) - # Well-known component UUIDs # These are needed for SharedDLLs reference counter; if # a different UUID was used for each incarnation of, say, -- cgit v0.12