Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv27760
Modified Files:
Tag: CORESVR
storage.py
Log Message:
Delete explicit test against False.
Index: storage.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/storage.py,v
retrieving revision 1.63
retrieving revision 1.63.2.1
diff -C2 -d -r1.63 -r1.63.2.1
*** storage.py 11 May 2007 00:23:08 -0000 1.63
--- storage.py 22 May 2007 02:00:22 -0000 1.63.2.1
***************
*** 774,778 ****
from ZODB.POSException import ReadOnlyError
! assert self.closed == False, "Can't store a closed database"
if options["globals", "verbose"]:
--- 774,778 ----
from ZODB.POSException import ReadOnlyError
! assert not self.closed, "Can't store a closed database"
if options["globals", "verbose"]:
_______________________________________________
Spambayes-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/spambayes-checkins