From: Christian Heimes Date: Mon, 22 Oct 2012 15:01:13 +0000 (+0200) Subject: Add _sha3.pyd to list of extension modules for MSI X-Git-Tag: v3.4.0a1~2192 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=efb15993f8c7788958da288cd66cf49b8afdd871;p=python Add _sha3.pyd to list of extension modules for MSI --- diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index 2057bebce3..72b86bb024 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -99,7 +99,8 @@ extensions = [ '_multiprocessing.pyd', '_lzma.pyd', '_decimal.pyd', - '_testbuffer.pyd' + '_testbuffer.pyd', + '_sha3.pyd', ] # Well-known component UUIDs