[Spambayes-checkins] spambayes/Outlook2000 manager.py,1.92,1.93

Tony Meyer anadelonbrin at users.sourceforge.net
Mon Dec 15 04:13:42 EST 2003


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

Modified Files:
	manager.py 
Log Message:
Fix a couple of comment typos.

Index: manager.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/manager.py,v
retrieving revision 1.92
retrieving revision 1.93
diff -C2 -d -r1.92 -r1.93
*** manager.py	14 Dec 2003 11:23:03 -0000	1.92
--- manager.py	15 Dec 2003 09:13:40 -0000	1.93
***************
*** 93,97 ****
          # No DB library at all!
          assert not hasattr(sys, "frozen"), \
!                "Don't build binary versions without bsbbd!"
          use_db = False
  
--- 93,97 ----
          # No DB library at all!
          assert not hasattr(sys, "frozen"), \
!                "Don't build binary versions without bsddb!"
          use_db = False
  
***************
*** 388,392 ****
          # directory (version 0.8 and earlier, we copied the app one to the
          # user dir - that was a mistake - but supporting a version in that
!         # directory wasn't.
          bayes_option_filenames = []
          # data dir last so options there win.
--- 388,392 ----
          # directory (version 0.8 and earlier, we copied the app one to the
          # user dir - that was a mistake - but supporting a version in that
!         # directory wasn't).
          bayes_option_filenames = []
          # data dir last so options there win.





More information about the Spambayes-checkins mailing list