]> granicus.if.org Git - python/commitdiff
added 'org.python.core' to the maymiss list (pickly.py tries to import it, probably...
authorJust van Rossum <just@lettererror.com>
Sat, 24 Apr 1999 16:51:22 +0000 (16:51 +0000)
committerJust van Rossum <just@lettererror.com>
Sat, 24 Apr 1999 16:51:22 +0000 (16:51 +0000)
Mac/Tools/macfreeze/macmodulefinder.py

index 0a316ad0ba852aa41bc48b7441920a1b3f2a8a86..0af04258a1a3a08fe819a761382dc13520fca720 100644 (file)
@@ -22,7 +22,8 @@ except ImportError:
 MAC_INCLUDE_MODULES=['site', 'exceptions']
 MAC_MAYMISS_MODULES=['posix', 'os2', 'nt', 'ntpath', 'dos', 'dospath', 
                'win32api',
-               'nturl2path', 'pwd', 'sitecustomize']
+               'nturl2path', 'pwd', 'sitecustomize',
+               'org.python.core']
 
 # An exception:
 Missing="macmodulefinder.Missing"