diff options
Diffstat (limited to 'Lib/plat-riscos/riscospath.py')
-rw-r--r-- | Lib/plat-riscos/riscospath.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-riscos/riscospath.py b/Lib/plat-riscos/riscospath.py index c875a4f..27b5732 100644 --- a/Lib/plat-riscos/riscospath.py +++ b/Lib/plat-riscos/riscospath.py @@ -15,7 +15,7 @@ as os.path. # strings representing various path-related bits and pieces curdir = '@' pardir = '^' -extsep = '.' +extsep = '/' sep = '.' pathsep = ',' defpath = '<Run$Dir>' |