Commit 52c7dbf7 authored by Guido van Rossum's avatar Guido van Rossum

Oops. A RISCOS patch I forgot to check in.

parent 0275fe85
......@@ -55,7 +55,13 @@ def fcmp(x, y): # fuzzy comparison function
return cmp(len(x), len(y))
return cmp(x, y)
TESTFN = '@test' # Filename used for testing
import os
if os.name !='riscos':
TESTFN = '@test' # Filename used for testing
else:
TESTFN = 'test' # Filename used for testing
del os
from os import unlink
def findfile(file, here=__file__):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment