[Python-checkins] python/dist/src/Lib/plat-riscos riscospath.py,1.8,1.9

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Fri, 14 Feb 2003 11:35:33 -0800


Update of /cvsroot/python/python/dist/src/Lib/plat-riscos
In directory sc8-pr-cvs1:/tmp/cvs-serv18517/Lib/plat-riscos

Modified Files:
	riscospath.py 
Log Message:
Migrate definitions of several platform-dependent path-related variables
into the relevant path modules.  See patch #686397.


Index: riscospath.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-riscos/riscospath.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** riscospath.py	15 Dec 2001 22:12:47 -0000	1.8
--- riscospath.py	14 Feb 2003 19:35:30 -0000	1.9
***************
*** 13,16 ****
--- 13,24 ----
  """
  
+ # 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