Skip to content

Commit 8428c15

Browse files
author
martin.v.loewis
committed
Add _multiprocessing module.
git-svn-id: http://svn.python.org/projects/python/trunk@64598 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 3984189 commit 8428c15

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Tools/msi/msi.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@
9292
'_ctypes.pyd',
9393
'_ctypes_test.pyd',
9494
'_sqlite3.pyd',
95-
'_hashlib.pyd'
95+
'_hashlib.pyd',
96+
'_multiprocessing.pyd'
9697
]
9798

9899
# Well-known component UUIDs

0 commit comments

Comments
 (0)