Update of /cvsroot/jython/jython
In directory slayer.i.sourceforge.net:/tmp/cvs-serv15351
Modified Files:
registry
Log Message:
Removed the default value for python.path. This value is instead handled
by python.prepath which defaults to "."
Index: registry
===================================================================
RCS file: /cvsroot/jython/jython/registry,v
retrieving revision 2.9
retrieving revision 2.10
diff -C2 -r2.9 -r2.10
*** registry 2000/12/15 03:19:00 2.9
--- registry 2000/12/15 22:18:28 2.10
***************
*** 7,11 ****
# This is how Barry sets his path on his Unix development machine
#python.path = /home/bwarsaw/projects/python/Lib
! python.path = .
# Set the directory to use for caches (currently just package information)
--- 7,12 ----
# This is how Barry sets his path on his Unix development machine
#python.path = /home/bwarsaw/projects/python/Lib
! # This is how Finn sets his path on his windows development machine
! #python.path = d:\\python20\\lib
# Set the directory to use for caches (currently just package information)
|