diff options
Diffstat (limited to 'Lib/urllib.py')
-rw-r--r-- | Lib/urllib.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/urllib.py b/Lib/urllib.py index c55dee8..3ecfea7c 100644 --- a/Lib/urllib.py +++ b/Lib/urllib.py @@ -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 |