[Spambayes-checkins] spambayes/Outlook2000 tester.py,1.7,1.8

Mark Hammond mhammond at users.sourceforge.net
Thu May 15 17:18:14 EDT 2003


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

Modified Files:
	tester.py 
Log Message:
This time fix [ 706170 ] Execute test suite fails in Outlook
for real!


Index: tester.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/tester.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** tester.py	3 May 2003 13:15:27 -0000	1.7
--- tester.py	15 May 2003 23:18:12 -0000	1.8
***************
*** 41,45 ****
      try:
          import bsddb3 as bsddb
!         bsddb_error = bsddb.DBNotFoundError
      except ImportError:
          import bsddb
--- 41,45 ----
      try:
          import bsddb3 as bsddb
!         bsddb_error = bsddb.db.DBNotFoundError
      except ImportError:
          import bsddb





More information about the Spambayes-checkins mailing list