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

Skip to content

Commit b15491e

Browse files
committed
Removed exceptions from the required modules (it's builtin nowadays)
Added _winreg to the non-required modules.
1 parent 2cecd41 commit b15491e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Mac/Tools/macfreeze/macmodulefinder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
# Modules that must be included, and modules that need not be included
2020
# (but are if they are found)
2121
#
22-
MAC_INCLUDE_MODULES=['site', 'exceptions', 'macfsn']
22+
MAC_INCLUDE_MODULES=['site', 'macfsn']
2323
MAC_MAYMISS_MODULES=['posix', 'os2', 'nt', 'ntpath', 'dos', 'dospath',
24-
'win32api', 'ce',
24+
'win32api', 'ce', '_winreg',
2525
'nturl2path', 'pwd', 'sitecustomize',
2626
'org.python.core']
2727

0 commit comments

Comments
 (0)