[Spambayes-checkins] spambayes/spambayes oe_mailbox.py,1.1,1.2

Skip Montanaro montanaro at users.sourceforge.net
Thu Dec 11 13:45:49 EST 2003


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

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


Index: oe_mailbox.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/oe_mailbox.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** oe_mailbox.py	20 Aug 2003 08:33:26 -0000	1.1
--- oe_mailbox.py	11 Dec 2003 18:45:46 -0000	1.2
***************
*** 279,283 ****
    def getIndexDataType(self, dbxIndex):
      """Returns the data type of the given index."""
!     return dt_None
  
    def getValue(self, dbxIndex):
--- 279,283 ----
    def getIndexDataType(self, dbxIndex):
      """Returns the data type of the given index."""
!     return DT_NONE
  
    def getValue(self, dbxIndex):





More information about the Spambayes-checkins mailing list