Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8dbbae9

Browse files
committed
Add _decimal and _testbuffer modules.
1 parent ffc3e1a commit 8dbbae9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Tools/msi/msi.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@
9797
'_sqlite3.pyd',
9898
'_hashlib.pyd',
9999
'_multiprocessing.pyd',
100-
'_lzma.pyd'
100+
'_lzma.pyd',
101+
'_decimal.pyd',
102+
'_testbuffer.pyd'
101103
]
102104

103105
# Well-known component UUIDs

0 commit comments

Comments
 (0)