[Spambayes-checkins] spambayes/spambayes ProxyUI.py,1.29,1.30

Skip Montanaro montanaro at users.sourceforge.net
Thu Dec 11 13:43:19 EST 2003


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

Modified Files:
	ProxyUI.py 
Log Message:
conservative pychecker cleanup


Index: ProxyUI.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/ProxyUI.py,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** ProxyUI.py	21 Oct 2003 03:58:49 -0000	1.29
--- ProxyUI.py	11 Dec 2003 18:43:17 -0000	1.30
***************
*** 68,72 ****
  import UserInterface
  from spambayes.Options import options
- import spambayes.mboxutils
  from email.Iterators import typed_subpart_iterator
  
--- 68,71 ----
***************
*** 414,418 ****
          # that match those criteria.
          elif params.get('find') is not None:
!             prior = this = next = 0
              keys = Set()        # so we don't end up with duplicates
              push = keys.add
--- 413,417 ----
          # that match those criteria.
          elif params.get('find') is not None:
!             prior = next = 0
              keys = Set()        # so we don't end up with duplicates
              push = keys.add





More information about the Spambayes-checkins mailing list