[Spambayes-checkins] spambayes/spambayes oe_mailbox.py,1.10,1.11

Tony Meyer anadelonbrin at users.sourceforge.net
Sat Nov 26 06:06:48 CET 2005


Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2731/spambayes

Modified Files:
	oe_mailbox.py 
Log Message:
Missing self.

Index: oe_mailbox.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/oe_mailbox.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** oe_mailbox.py	23 Nov 2004 00:15:42 -0000	1.10
--- oe_mailbox.py	26 Nov 2005 05:06:40 -0000	1.11
***************
*** 213,217 ****
              self.__readValues(dbxStream, 0, dbxAddress, 0, dbxValues)
  
!     def __readValues(self, dbxStream, dbxParent, dbxAddress, dbxPosition, dbxValues):
          dbxStream.seek(dbxAddress)
          dbxBuffer = dbxStream.read(dbxTree.TREE_NODE_SIZE)
--- 213,217 ----
              self.__readValues(dbxStream, 0, dbxAddress, 0, dbxValues)
  
!     def __readValues(self, dbxStream, unused, dbxAddress, dbxPosition, unused2):
          dbxStream.seek(dbxAddress)
          dbxBuffer = dbxStream.read(dbxTree.TREE_NODE_SIZE)
***************
*** 323,327 ****
      def getIndexDataType(self, dbxIndex):
          """Returns the data type of the given index."""
!         return DT_NONE
  
      def getValue(self, dbxIndex):
--- 323,327 ----
      def getIndexDataType(self, dbxIndex):
          """Returns the data type of the given index."""
!         return self.DT_NONE
  
      def getValue(self, dbxIndex):



More information about the Spambayes-checkins mailing list