[Spambayes-checkins] spambayes hammiefilter.py,1.6,1.7

Skip Montanaro montanaro at users.sourceforge.net
Wed Jan 15 13:23:06 EST 2003


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

Modified Files:
	hammiefilter.py 
Log Message:
zap bogus StringIO import


Index: hammiefilter.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/hammiefilter.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** hammiefilter.py	14 Jan 2003 05:38:19 -0000	1.6
--- hammiefilter.py	15 Jan 2003 21:23:04 -0000	1.7
***************
*** 40,44 ****
  import sys
  import getopt
! from spambayes import hammie, Options, StringIO
  
  # See Options.py for explanations of these properties
--- 40,44 ----
  import sys
  import getopt
! from spambayes import hammie, Options
  
  # See Options.py for explanations of these properties





More information about the Spambayes-checkins mailing list