Remove sys.platform == 'riscos' checks from some Python and test files. #16501

This commit is contained in:
Christian Heimes 2012-11-19 00:59:39 +01:00
parent 8473e5740f
commit de0b962998
6 changed files with 4 additions and 14 deletions

View file

@ -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: