Update of /cvsroot/pymerase/pymerase
In directory sc8-pr-cvs1:/tmp/cvs-serv18134
Modified Files:
setup.py
Log Message:
updated win32 defaults
Index: setup.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/setup.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** setup.py 9 May 2003 22:50:38 -0000 1.9
--- setup.py 10 May 2003 00:01:45 -0000 1.10
***************
*** 98,102 ****
#NOTE: can override with command line
elif sys.platform == 'win32':
! binPath = 'C:\\Program Files\\Pymerase\\bin'
else:
binPath = 'pymerase'
--- 98,102 ----
#NOTE: can override with command line
elif sys.platform == 'win32':
! binPath = '..\\Program Files\\Pymerase\\bin'
else:
binPath = 'pymerase'
***************
*** 112,116 ****
#NOTE: can override with command line
elif sys.platform == 'win32':
! docPath = 'C:\\Program Files\\Pymerase\\docs'
else:
docPath = 'pymerase'
--- 112,116 ----
#NOTE: can override with command line
elif sys.platform == 'win32':
! docPath = '..\\Program Files\\Pymerase\\docs'
else:
docPath = 'pymerase'
|