Update of /cvsroot/spambayes/spambayes/testtools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18277/testtools
Modified Files:
fpfn.py
Log Message:
Sigh. Another mistake in the interactivity/unsures patch.
Index: fpfn.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/testtools/fpfn.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** fpfn.py 27 Apr 2005 00:29:59 -0000 1.5
--- fpfn.py 27 Apr 2005 01:03:05 -0000 1.6
***************
*** 85,89 ****
fn.extend(eval(line[12:]))
elif line.startswith(' new unsure: '):
! fn.extend(eval(line[16:]))
fp.sort(cmpf)
fn.sort(cmpf)
--- 85,89 ----
fn.extend(eval(line[12:]))
elif line.startswith(' new unsure: '):
! unsures.extend(eval(line[16:]))
fp.sort(cmpf)
fn.sort(cmpf)
_______________________________________________
Spambayes-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/spambayes-checkins