From: Finn B. <bc...@us...> - 2000-10-29 17:14:41
|
Update of /cvsroot/jython/jython/org/python/modules In directory slayer.i.sourceforge.net:/tmp/cvs-serv28142 Modified Files: sha.java Log Message: No change to file., only a test of jython-checkins. Index: sha.java =================================================================== RCS file: /cvsroot/jython/jython/org/python/modules/sha.java,v retrieving revision 2.2 retrieving revision 2.3 diff -C2 -r2.2 -r2.3 *** sha.java 2000/10/28 11:55:10 2.2 --- sha.java 2000/10/29 17:14:38 2.3 *************** *** 5,9 **** import org.python.core.*; - public class sha { public int blocksize = 1; --- 5,8 ---- |