summaryrefslogtreecommitdiffstats
path: root/Lib/plat-riscos
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2003-02-14 19:35:31 (GMT)
committerSkip Montanaro <skip@pobox.com>2003-02-14 19:35:31 (GMT)
commit117910dc445a2262bd96bbfefaf43714ae59c11b (patch)
tree9dfb082f3e2975d50277035df0c3e8db70dbce7b /Lib/plat-riscos
parent4507ec70cff35468f4b1767382f38ecebd4a29a2 (diff)
downloadcpython-117910dc445a2262bd96bbfefaf43714ae59c11b.zip
cpython-117910dc445a2262bd96bbfefaf43714ae59c11b.tar.gz
cpython-117910dc445a2262bd96bbfefaf43714ae59c11b.tar.bz2
Migrate definitions of several platform-dependent path-related variables
into the relevant path modules. See patch #686397.
Diffstat (limited to 'Lib/plat-riscos')
-rw-r--r--Lib/plat-riscos/riscospath.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/Lib/plat-riscos/riscospath.py b/Lib/plat-riscos/riscospath.py
index 30c0c9f..c875a4f 100644
--- a/Lib/plat-riscos/riscospath.py
+++ b/Lib/plat-riscos/riscospath.py
@@ -12,6 +12,14 @@ Instead of importing this module directly, import os and refer to this module
as os.path.
"""
+# strings representing various path-related bits and pieces
+curdir = '@'
+pardir = '^'
+extsep = '.'
+sep = '.'
+pathsep = ','
+defpath = '<Run$Dir>'
+altsep = None
# Imports - make an error-generating swi object if the swi module is not
# available (ie. we are not running on RISC OS Python)