Commit b15491ef authored by Jack Jansen's avatar Jack Jansen

Removed exceptions from the required modules (it's builtin nowadays)

Added _winreg to the non-required modules.
parent 2cecd411
......@@ -19,9 +19,9 @@ except ImportError:
# Modules that must be included, and modules that need not be included
# (but are if they are found)
#
MAC_INCLUDE_MODULES=['site', 'exceptions', 'macfsn']
MAC_INCLUDE_MODULES=['site', 'macfsn']
MAC_MAYMISS_MODULES=['posix', 'os2', 'nt', 'ntpath', 'dos', 'dospath',
'win32api', 'ce',
'win32api', 'ce', '_winreg',
'nturl2path', 'pwd', 'sitecustomize',
'org.python.core']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment