]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added riscos modules to modules that don't have to be included.
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 20 Mar 2001 21:55:07 +0000 (21:55 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 20 Mar 2001 21:55:07 +0000 (21:55 +0000)
Mac/Tools/macfreeze/macmodulefinder.py

index ef3f221bca070d4414a3c4474834bb7fb1dc6981..8cd6a00ddd563f4d383374771e1a0e0621897aab 100644 (file)
@@ -23,7 +23,9 @@ MAC_INCLUDE_MODULES=['site', 'macfsn']
 MAC_MAYMISS_MODULES=['posix', 'os2', 'nt', 'ntpath', 'dos', 'dospath', 
                'win32api', 'ce', '_winreg',
                'nturl2path', 'pwd', 'sitecustomize',
-               'org.python.core']
+               'org.python.core',
+               'riscos', 'riscosenviron', 'riscospath'
+               ]
 
 # An exception:
 Missing="macmodulefinder.Missing"