spambayes/contrib tte.py,1.16,1.17

"Skip Montanaro" <[email protected]> Sat, 05 Aug 2006 05:48:11 -0700
Newsgroups gmane.mail.spam.spambayes.cvs
Message-ID <[email protected]>
Update of /cvsroot/spambayes/spambayes/contrib
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv28933/contrib

Modified Files:
	tte.py 
Log Message:
close the store - that's the ticket

Index: tte.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/contrib/tte.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** tte.py	19 Apr 2005 11:15:12 -0000	1.16
--- tte.py	5 Aug 2006 12:48:09 -0000	1.17
***************
*** 260,264 ****
            sh_ratio)
  
!     store.store()
  
      if cullext is not None:
--- 260,264 ----
            sh_ratio)
  
!     store.close()
  
      if cullext is not None: