summaryrefslogtreecommitdiff
path: root/Lib/sysconfig.py
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2012-11-19 00:59:39 +0100
committerChristian Heimes <christian@cheimes.de>2012-11-19 00:59:39 +0100
commitde0b962998af69dff474ec99b7627bcee496d48e (patch)
treea48df8f829f399deff97d68d04dbe0397748984b /Lib/sysconfig.py
parent8473e5740ffe15134a73f1553b5980de4ce2c619 (diff)
downloadcpython-git-de0b962998af69dff474ec99b7627bcee496d48e.tar.gz
Remove sys.platform == 'riscos' checks from some Python and test files. #16501
Diffstat (limited to 'Lib/sysconfig.py')
-rw-r--r--Lib/sysconfig.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/sysconfig.py b/Lib/sysconfig.py
index e06e82a89f..295a0a6ecd 100644
--- a/Lib/sysconfig.py
+++ b/Lib/sysconfig.py
@@ -191,7 +191,6 @@ def _getuserbase():
def joinuser(*args):
return os.path.expanduser(os.path.join(*args))
- # what about 'riscos' ?
if os.name == "nt":
base = os.environ.get("APPDATA") or "~"
if env_base: