From: Samuele P. <ped...@us...> - 2001-02-01 14:26:50
|
Update of /cvsroot/jython/jython/Lib In directory usw-pr-cvs1:/tmp/cvs-serv9063 Modified Files: jreload.py Log Message: jreload ver = 0.3 Index: jreload.py =================================================================== RCS file: /cvsroot/jython/jython/Lib/jreload.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** jreload.py 2001/02/01 01:49:13 1.3 --- jreload.py 2001/02/01 14:26:51 1.4 *************** *** 1,5 **** # java classes reload support (experimental) # Copyright 2000 Samuele Pedroni - # ?? doc + examples pending # ?? could have problem with import pkg.jclass.inner (this should not be used in any case) --- 1,4 ---- *************** *** 7,11 **** # cannot be fixed => anyway import * is not for production code ! __version__ = "0.2" import sys --- 6,10 ---- # cannot be fixed => anyway import * is not for production code ! __version__ = "0.3" import sys |