From: Samuele P. <ped...@us...> - 2001-08-08 18:39:17
|
Update of /cvsroot/jython/jython/org/python/modules In directory usw-pr-cvs1:/tmp/cvs-serv25907 Modified Files: cPickle.java Log Message: oops... fixed degraded indent Index: cPickle.java =================================================================== RCS file: /cvsroot/jython/jython/org/python/modules/cPickle.java,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** cPickle.java 2001/08/08 18:15:38 1.17 --- cPickle.java 2001/08/08 18:39:14 1.18 *************** *** 919,923 **** } ! if (tup instanceof PyString) { save_global(object, tup); return; --- 919,923 ---- } ! if (tup instanceof PyString) { save_global(object, tup); return; |