[Spambayes-checkins] spambayes mboxtest.py,1.10,1.11

Richie Hindle richiehindle at users.sourceforge.net
Sun Jan 5 14:24:16 EST 2003


Update of /cvsroot/spambayes/spambayes
In directory sc8-pr-cvs1:/tmp/cvs-serv27492

Modified Files:
	mboxtest.py 
Log Message:
'Msg' lives in msgs.py, not timtest.py.  Thanks to whoever pointed
this out (I can't find their message in the archive right now).

Index: mboxtest.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/mboxtest.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** mboxtest.py	7 Nov 2002 22:30:07 -0000	1.10
--- mboxtest.py	5 Jan 2003 22:24:14 -0000	1.11
***************
*** 30,34 ****
  from tokenizer import tokenize
  from TestDriver import Driver
! from timtest import Msg
  from Options import options
  
--- 30,34 ----
  from tokenizer import tokenize
  from TestDriver import Driver
! from msgs import Msg
  from Options import options
  





More information about the Spambayes-checkins mailing list