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

@ -46,8 +46,6 @@ if os.name == 'mac':
from macurl2path import url2pathname, pathname2url
elif os.name == 'nt':
from nturl2path import url2pathname, pathname2url
elif os.name == 'riscos':
from rourl2path import url2pathname, pathname2url
else:
def url2pathname(pathname):
"""OS-specific conversion from a relative URL of the 'file' scheme