macfsn should always be included, like exceptions and site.
This commit is contained in:
parent
11b093641a
commit
8a6d4d9cca
|
@ -19,7 +19,7 @@ except ImportError:
|
||||||
# Modules that must be included, and modules that need not be included
|
# Modules that must be included, and modules that need not be included
|
||||||
# (but are if they are found)
|
# (but are if they are found)
|
||||||
#
|
#
|
||||||
MAC_INCLUDE_MODULES=['site', 'exceptions']
|
MAC_INCLUDE_MODULES=['site', 'exceptions', 'macfsn']
|
||||||
MAC_MAYMISS_MODULES=['posix', 'os2', 'nt', 'ntpath', 'dos', 'dospath',
|
MAC_MAYMISS_MODULES=['posix', 'os2', 'nt', 'ntpath', 'dos', 'dospath',
|
||||||
'win32api', 'ce',
|
'win32api', 'ce',
|
||||||
'nturl2path', 'pwd', 'sitecustomize',
|
'nturl2path', 'pwd', 'sitecustomize',
|
||||||
|
|
Loading…
Reference in New Issue