diff options
Diffstat (limited to 'Lib/tempfile.py')
-rw-r--r-- | Lib/tempfile.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/tempfile.py b/Lib/tempfile.py index 61c64e4..c71cebc 100644 --- a/Lib/tempfile.py +++ b/Lib/tempfile.py @@ -159,9 +159,6 @@ def _candidate_tempdir_list(): dirlist.append(dirname) except _Folder.error: pass - elif _os.name == 'riscos': - dirname = _os.getenv('Wimp$ScrapDir') - if dirname: dirlist.append(dirname) elif _os.name == 'nt': dirlist.extend([ r'c:\temp', r'c:\tmp', r'\temp', r'\tmp' ]) else: |