summaryrefslogtreecommitdiff
path: root/Tools/msi/make_zip.py
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-10-29 09:23:39 -0700
committerSteve Dower <steve.dower@microsoft.com>2016-10-29 09:23:39 -0700
commitd162bde6a8cdd203986bb51e7b8b8c17d7da6274 (patch)
tree8fea8776b0f4d5a1c628c999e5b278dec440eece /Tools/msi/make_zip.py
parent8d2112ed5871baccda2048f73a372811d538fa37 (diff)
downloadcpython-d162bde6a8cdd203986bb51e7b8b8c17d7da6274.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',