[Spambayes-checkins] spambayes/spambayes UserInterface.py, 1.54, 1.55

Tony Meyer anadelonbrin at users.sourceforge.net
Wed Mar 16 23:36:36 CET 2005


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

Modified Files:
	UserInterface.py 
Log Message:
Fix NameError found by Michal Vitecek

Index: UserInterface.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/UserInterface.py,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** UserInterface.py	16 Mar 2005 03:29:01 -0000	1.54
--- UserInterface.py	16 Mar 2005 22:36:33 -0000	1.55
***************
*** 527,531 ****
                                                       "ham_cache")
                  storage.ensureDir(fn)
!                 if self.gzipCache:
                      factory = FileCorpus.GzipFileMessageFactory()
                  else:
--- 527,531 ----
                                                       "ham_cache")
                  storage.ensureDir(fn)
!                 if options["Storage", "cache_use_gzip"]:
                      factory = FileCorpus.GzipFileMessageFactory()
                  else:



More information about the Spambayes-checkins mailing list