Patch #734231: Update RiscOS support. In particular, correct

riscospath.extsep, and use os.extsep throughout.
This commit is contained in:
Martin v. Löwis 2003-05-10 07:36:56 +00:00
parent 5467d4c0e3
commit a94568a753
27 changed files with 482 additions and 59 deletions

View file

@ -42,7 +42,7 @@ else:
def test():
import sys
if sys.platform[:3] in ('win', 'mac', 'os2'):
if sys.platform[:3] in ('win', 'mac', 'os2', 'riscos'):
if verbose:
print "Can't test select easily on", sys.platform
return