some RiscOS stuff I missed before (was only looking for "RISCOS")

This commit is contained in:
Skip Montanaro 2007-08-17 02:30:27 +00:00
parent ceaafa66ef
commit 289bc05709
15 changed files with 57 additions and 117 deletions

View file

@ -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: