summaryrefslogtreecommitdiff
path: root/Tools/msi/make_zip.py
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-10-29 09:23:52 -0700
committerSteve Dower <steve.dower@microsoft.com>2016-10-29 09:23:52 -0700
commit27c22f900c8267148d2ffecce8f0a474774420f1 (patch)
tree5e151dd4903a50d367cd09dec2806f13d571893a /Tools/msi/make_zip.py
parentd920d053814379946660a1e27b4060a786e4c505 (diff)
parent4782ab3aa36554efb3f43f4f6ed70f8837801151 (diff)
downloadcpython-git-27c22f900c8267148d2ffecce8f0a474774420f1.tar.gz
Adds missing _asyncio.pyd to installer and generally tidies pyd management.
Diffstat (limited to 'Tools/msi/make_zip.py')
-rw-r--r--Tools/msi/make_zip.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/msi/make_zip.py b/Tools/msi/make_zip.py
index ebb1766b33..f070cb91a9 100644
--- a/Tools/msi/make_zip.py
+++ b/Tools/msi/make_zip.py
@@ -19,6 +19,7 @@ DEBUG_FILES = {
'_ctypes_test',
'_testbuffer',
'_testcapi',
+ '_testconsole',
'_testimportmultiple',
'_testmultiphase',
'xxlimited',