[Spambayes-checkins] spambayes/spambayes message.py,1.24,1.25
Tim Stone
timstone4 at users.sourceforge.net
Tue Apr 29 07:46:21 EDT 2003
Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs1:/tmp/cvs-serv13721
Modified Files:
message.py
Log Message:
corrected module path error
Index: message.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/message.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** message.py 29 Apr 2003 03:58:51 -0000 1.24
--- message.py 29 Apr 2003 13:46:18 -0000 1.25
***************
*** 191,195 ****
# \r\n *only*). imaplib *should* take care of this for us (in the
# append function), but does not, so we do it here
! return self._force_CRLF(message.SBHeaderMessage.as_string(self))
def modified(self):
--- 191,195 ----
# \r\n *only*). imaplib *should* take care of this for us (in the
# append function), but does not, so we do it here
! return self._force_CRLF(email.Message.Message.as_string(self))
def modified(self):
More information about the Spambayes-checkins
mailing list