From: Finn B. <bc...@us...> - 2000-12-04 21:56:22
|
Update of /cvsroot/jython/jython/org/python/modules In directory slayer.i.sourceforge.net:/tmp/cvs-serv25522 Modified Files: Setup.java Log Message: Added ucnhash. Index: Setup.java =================================================================== RCS file: /cvsroot/jython/jython/org/python/modules/Setup.java,v retrieving revision 2.10 retrieving revision 2.11 diff -C2 -r2.10 -r2.11 *** Setup.java 2000/10/26 08:30:49 2.10 --- Setup.java 2000/12/04 21:56:20 2.11 *************** *** 49,52 **** --- 49,53 ---- "imp", "sha", + "ucnhash", }; } |