commit | 4782ab3aa36554efb3f43f4f6ed70f8837801151 | [log] [tgz] |
---|---|---|
author | Steve Dower <steve.dower@microsoft.com> | Sat Oct 29 09:23:39 2016 -0700 |
committer | Steve Dower <steve.dower@microsoft.com> | Sat Oct 29 09:23:39 2016 -0700 |
tree | 90287426608ab965341674d5baaeb0b6e9c52797 | |
parent | 868147b0a656bcd113a43f23de8069a056971a66 [diff] [blame] |
Adds missing _asyncio.pyd to installer and generally tidies pyd management.
diff --git a/Tools/msi/make_zip.py b/Tools/msi/make_zip.py index ebb1766..f070cb9 100644 --- a/Tools/msi/make_zip.py +++ b/Tools/msi/make_zip.py
@@ -19,6 +19,7 @@ '_ctypes_test', '_testbuffer', '_testcapi', + '_testconsole', '_testimportmultiple', '_testmultiphase', 'xxlimited',