RISCOS changes by dschwertberger.

This commit is contained in:
Guido van Rossum 2001-03-02 06:43:49 +00:00
parent 4ba3d657ef
commit d74fb6b12a
6 changed files with 64 additions and 24 deletions

View file

@ -41,6 +41,8 @@ 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):
return unquote(pathname)