Update of /cvsroot/jython/jython/installer
In directory slayer.i.sourceforge.net:/tmp/cvs-serv5319
Modified Files:
liftoff.filelist
Log Message:
Added new ucnhash file. Include site.py from Lib when installing
the standard python modules.
Index: liftoff.filelist
===================================================================
RCS file: /cvsroot/jython/jython/installer/liftoff.filelist,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** liftoff.filelist 2000/11/27 21:39:22 1.4
--- liftoff.filelist 2000/12/06 21:26:27 1.5
***************
*** 238,241 ****
--- 238,242 ----
t org/python/core/ThreadState.java ..\org\python\core\ThreadState.java
t org/python/core/TraceFunction.java ..\org\python\core\TraceFunction.java
+ t org/python/core/ucnhashAPI.java ..\org\python\core\ucnhashAPI.java
t org/python/core/__builtin__.java ..\org\python\core\__builtin__.java
t org/python/core/Makefile ..\org\python\core\Makefile
***************
*** 267,271 ****
t org/python/modules/time.java ..\org\python\modules\time.java
t org/python/modules/types.java ..\org\python\modules\types.java
! t org/python/modules/ucnhashAPI.java ..\org\python\modules\ucnhashAPI.java
t org/python/modules/_codecs.java ..\org\python\modules\_codecs.java
t org/python/modules/_sre.java ..\org\python\modules\_sre.java
--- 268,272 ----
t org/python/modules/time.java ..\org\python\modules\time.java
t org/python/modules/types.java ..\org\python\modules\types.java
! t org/python/modules/ucnhash.java ..\org\python\modules\ucnhash.java
t org/python/modules/_codecs.java ..\org\python\modules\_codecs.java
t org/python/modules/_sre.java ..\org\python\modules\_sre.java
***************
*** 389,392 ****
--- 390,394 ----
#
t Lib/LICENSE d:/Python20\LICENSE.txt
+ t Lib/site.py ..\Lib\site.py
t Lib/pstats.py d:\Python20\Lib\pstats.py
t Lib/code.py d:\Python20\Lib\code.py
|