[Spambayes-checkins] spambayes/spambayes ImapUI.py,1.13,1.14
Anthony Baxter
anthonybaxter at users.sourceforge.net
Tue Jun 17 01:36:52 EDT 2003
Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs1:/tmp/cvs-serv15763
Modified Files:
ImapUI.py
Log Message:
fix parm_map code
Index: ImapUI.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/ImapUI.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** ImapUI.py 26 May 2003 00:00:52 -0000 1.13
--- ImapUI.py 17 Jun 2003 07:36:49 -0000 1.14
***************
*** 85,89 ****
"""Serves the HTML user interface for the proxies."""
def __init__(self, cls, imap, pwd):
! global classifier
# Only offer SSL if it is available
try:
--- 85,89 ----
"""Serves the HTML user interface for the proxies."""
def __init__(self, cls, imap, pwd):
! global classifier, parm_map
# Only offer SSL if it is available
try:
More information about the Spambayes-checkins
mailing list