[Spambayes-checkins] spambayes/pspam/pspam profile.py,1.6,1.6.2.1

Anthony Baxter anthonybaxter at users.sourceforge.net
Fri Jan 10 02:41:10 EST 2003


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

Modified Files:
      Tag: reorg-branch
	profile.py 
Log Message:
Checkpointing before I head home.

Still to do: 
 - distutils magic to make sure that the 22compat modules are 
   installed when needed.
 - Walking through testtools and utilities and fixing imports.
 - Documentation.

hammie works, everything else that people use in day-to-day operation
should work - please give it a go.



Index: profile.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/pspam/pspam/profile.py,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -C2 -d -r1.6 -r1.6.2.1
*** profile.py	26 Nov 2002 17:16:35 -0000	1.6
--- profile.py	10 Jan 2003 10:41:07 -0000	1.6.2.1
***************
*** 6,11 ****
  from BTrees.OOBTree import OOBTree
  
! import classifier
! from tokenizer import tokenize
  
  from pspam.folder import Folder
--- 6,11 ----
  from BTrees.OOBTree import OOBTree
  
! from spambayes import classifier
! from spambayes.tokenizer import tokenize
  
  from pspam.folder import Folder





More information about the Spambayes-checkins mailing list