summaryrefslogtreecommitdiffstats
path: root/Lib/urllib.py
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2007-08-17 02:30:27 (GMT)
committerSkip Montanaro <skip@pobox.com>2007-08-17 02:30:27 (GMT)
commit289bc05709f48d7140ac2c36cafdb55c746be9df (patch)
tree3438e83ff9211a6c9b5dc8c22fa9f22ed2499f12 /Lib/urllib.py
parentceaafa66ef9ab5e1129258345037cae39164c6cb (diff)
downloadcpython-289bc05709f48d7140ac2c36cafdb55c746be9df.zip
cpython-289bc05709f48d7140ac2c36cafdb55c746be9df.tar.gz
cpython-289bc05709f48d7140ac2c36cafdb55c746be9df.tar.bz2
some RiscOS stuff I missed before (was only looking for "RISCOS")
Diffstat (limited to 'Lib/urllib.py')
-rw-r--r--Lib/urllib.py2
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