[Spambayes-checkins] spambayes timtest.py,1.14,1.15

Tim Peters tim_one@users.sourceforge.net
Sun, 08 Sep 2002 16:49:53 -0700


Update of /cvsroot/spambayes/spambayes
In directory usw-pr-cvs1:/tmp/cvs-serv10775

Modified Files:
	timtest.py 
Log Message:
Oops -- checked in a private change by mistake.  Backing it out.


Index: timtest.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/timtest.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** timtest.py	8 Sep 2002 23:48:50 -0000	1.14
--- timtest.py	8 Sep 2002 23:49:51 -0000	1.15
***************
*** 141,147 ****
          self.trained_spam_hist = Hist(self.nbuckets)
  
!         f = file('w.pik', 'wb')
!         pickle.dump(self.classifier, f, 1)
!         f.close()
          #import sys
          #sys.exit(0)
--- 141,147 ----
          self.trained_spam_hist = Hist(self.nbuckets)
  
!         #f = file('w.pik', 'wb')
!         #pickle.dump(self.classifier, f, 1)
!         #f.close()
          #import sys
          #sys.exit(0)