[Spambayes-checkins] spambayes/testtools fpfn.py,1.3,1.4

Tony Meyer anadelonbrin at users.sourceforge.net
Tue Apr 26 08:28:51 CEST 2005


Update of /cvsroot/spambayes/spambayes/testtools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2866/testtools

Modified Files:
	fpfn.py 
Log Message:
Typo in last checkin.

Index: fpfn.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/testtools/fpfn.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** fpfn.py	26 Apr 2005 06:15:27 -0000	1.3
--- fpfn.py	26 Apr 2005 06:28:45 -0000	1.4
***************
*** 84,88 ****
              elif line.startswith('    new fn: '):
                  fn.extend(eval(line[12:]))
!             elif line.startswith'    new unsure: '):
                  fn.extend(eval(line[16:]))
          fp.sort(cmpf)
--- 84,88 ----
              elif line.startswith('    new fn: '):
                  fn.extend(eval(line[12:]))
!             elif line.startswith('    new unsure: '):
                  fn.extend(eval(line[16:]))
          fp.sort(cmpf)



More information about the Spambayes-checkins mailing list