[Python-checkins] python/dist/src/Lib/plat-mac bgenlocations.py,1.1,1.2

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Sun, 26 Jan 2003 12:33:48 -0800


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

Modified Files:
	bgenlocations.py 
Log Message:
Path to default location for Python output has changed.

Index: bgenlocations.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/bgenlocations.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** bgenlocations.py	30 Dec 2002 22:04:20 -0000	1.1
--- bgenlocations.py	26 Jan 2003 20:33:46 -0000	1.2
***************
*** 27,31 ****
  #
  if sys.platform == 'mac':
! 	_MWERKSDIR="Macintosh HD:Applications (Mac OS 9):Metrowerks CodeWarrior 7.0:Metrowerks CodeWarrior"
  else:
  	_MWERKSDIR="/Volumes/Moes/Applications (Mac OS 9)/Metrowerks CodeWarrior 7.0/Metrowerks CodeWarrior/"
--- 27,31 ----
  #
  if sys.platform == 'mac':
! 	_MWERKSDIR="Moes:Applications (Mac OS 9):Metrowerks CodeWarrior 7.0:Metrowerks CodeWarrior"
  else:
  	_MWERKSDIR="/Volumes/Moes/Applications (Mac OS 9)/Metrowerks CodeWarrior 7.0/Metrowerks CodeWarrior/"
***************
*** 38,44 ****
  #
  if sys.platform == 'mac':
! 	TOOLBOXDIR=os.path.join(sys.prefix, "Mac", "Lib", "Carbon")
  else:
! 	TOOLBOXDIR="/Users/jack/src/python/Mac/Lib/Carbon"
  
  # Creator for C files:
--- 38,44 ----
  #
  if sys.platform == 'mac':
! 	TOOLBOXDIR=os.path.join(sys.prefix, "Lib", "plat-mac", "Carbon")
  else:
! 	TOOLBOXDIR="/Users/jack/src/python/Lib/plat-mac/Carbon"
  
  # Creator for C files: