[Spambayes-checkins] spambayes/Outlook2000 manager.py,1.77,1.78
Mark Hammond
mhammond at users.sourceforge.net
Sun Aug 24 22:22:37 EDT 2003
Update of /cvsroot/spambayes/spambayes/Outlook2000
In directory sc8-pr-cvs1:/tmp/cvs-serv29587
Modified Files:
manager.py
Log Message:
Fix "Show Spam Clues" which I broke i my reorg.
Index: manager.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/manager.py,v
retrieving revision 1.77
retrieving revision 1.78
diff -C2 -d -r1.77 -r1.78
*** manager.py 24 Aug 2003 23:51:32 -0000 1.77
--- manager.py 25 Aug 2003 04:22:35 -0000 1.78
***************
*** 696,700 ****
def GetClassifier(self):
"""Return the classifier we're using."""
! return self.bayes
def SaveConfig(self):
--- 696,700 ----
def GetClassifier(self):
"""Return the classifier we're using."""
! return self.classifier_data.bayes
def SaveConfig(self):
More information about the Spambayes-checkins
mailing list