[Spambayes-checkins] spambayes/Outlook2000 tester.py,1.3,1.4

Mark Hammond mhammond at users.sourceforge.net
Thu Feb 13 16:11:58 EST 2003


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

Modified Files:
	tester.py 
Log Message:
Allow this to work with Python 2.2


Index: tester.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/tester.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** tester.py	3 Feb 2003 22:48:03 -0000	1.3
--- tester.py	14 Feb 2003 00:11:55 -0000	1.4
***************
*** 9,12 ****
--- 9,14 ----
  # in action.  Also checks that the message correctly remains classified
  # after a message move.
+ from __future__ import generators
+ 
  from win32com.client import constants
  from time import sleep





More information about the Spambayes-checkins mailing list