[Spambayes-checkins] spambayes/spambayes message.py,1.70,1.71

Sjoerd Mullender sjoerd at users.sourceforge.net
Sun Nov 27 13:32:43 CET 2005


Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16807

Modified Files:
	message.py 
Log Message:
SyntaxError: from __future__ imports must occur at the beginning of
the file
(although they can occor after a doc string).


Index: message.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/message.py,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** message.py	15 Nov 2005 00:35:57 -0000	1.70
--- message.py	27 Nov 2005 12:32:36 -0000	1.71
***************
*** 69,77 ****
  # Foundation license.
  
  __author__ = "Tim Stone <tim at fourstonesExpressions.com>"
  __credits__ = "Mark Hammond, Tony Meyer, all the spambayes contributors."
  
- from __future__ import generators
- 
  try:
      True, False
--- 69,77 ----
  # Foundation license.
  
+ from __future__ import generators
+ 
  __author__ = "Tim Stone <tim at fourstonesExpressions.com>"
  __credits__ = "Mark Hammond, Tony Meyer, all the spambayes contributors."
  
  try:
      True, False



More information about the Spambayes-checkins mailing list