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

Skip to content

Commit 8a6d4d9

Browse files
committed
macfsn should always be included, like exceptions and site.
1 parent 11b0936 commit 8a6d4d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mac/Tools/macfreeze/macmodulefinder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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']
22+
MAC_INCLUDE_MODULES=['site', 'exceptions', 'macfsn']
2323
MAC_MAYMISS_MODULES=['posix', 'os2', 'nt', 'ntpath', 'dos', 'dospath',
2424
'win32api', 'ce',
2525
'nturl2path', 'pwd', 'sitecustomize',

0 commit comments

Comments
 (0)