[Spambayes-checkins] spambayes hammie.py,1.20,1.21

Tim Peters tim_one@users.sourceforge.net
Mon, 23 Sep 2002 17:38:39 -0700


Update of /cvsroot/spambayes/spambayes
In directory usw-pr-cvs1:/tmp/cvs-serv2032

Modified Files:
	hammie.py 
Log Message:
Removed an obsolete 2.3 comment -- or maybe it isn't obsolete?  If
hammie.py really requires 2.3, somebody put the comment back in <wink>.


Index: hammie.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/hammie.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** hammie.py	23 Sep 2002 21:20:10 -0000	1.20
--- hammie.py	24 Sep 2002 00:38:37 -0000	1.21
***************
*** 1,4 ****
  #! /usr/bin/env python
- # At the moment, this requires Python 2.3 from CVS
  
  # A driver for the classifier module and Tim's tokenizer that you can
--- 1,3 ----