diff options
author | Skip Montanaro <skip@pobox.com> | 2007-08-17 02:30:27 +0000 |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2007-08-17 02:30:27 +0000 |
commit | 2e042963efbd5616be9f8848665d952bca747afb (patch) | |
tree | 12e8837a8d5f3006e263a92b0a43dda90c16e5e5 /Tools | |
parent | e9175c33a220d27912e14140c890d70f706b4914 (diff) | |
download | cpython-2e042963efbd5616be9f8848665d952bca747afb.tar.gz |
some RiscOS stuff I missed before (was only looking for "RISCOS")
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/freeze/freeze.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/freeze/freeze.py b/Tools/freeze/freeze.py index 80db69ea1d..d1e024f0c7 100755 --- a/Tools/freeze/freeze.py +++ b/Tools/freeze/freeze.py @@ -125,7 +125,7 @@ def main(): # default the exclude list for each platform if win: exclude = exclude + [ 'dos', 'dospath', 'mac', 'macpath', 'macfs', 'MACFS', 'posix', - 'os2', 'ce', 'riscos', 'riscosenviron', 'riscospath', + 'os2', 'ce', ] fail_import = exclude[:] |