[Zope-Checkins] CVS: ZODB3/ZODB/FileStorage - fspack.py:1.4
Tim Peters
tim.one at comcast.net
Fri Jan 16 10:56:38 EST 2004
Update of /cvs-repository/ZODB3/ZODB/FileStorage
In directory cvs.zope.org:/tmp/cvs-serv21852/ZODB/FileStorage
Modified Files:
fspack.py
Log Message:
Making an executive decision that we don't really need to print
"Yow!" here anymore <wink>.
=== ZODB3/ZODB/FileStorage/fspack.py 1.3 => 1.4 ===
--- ZODB3/ZODB/FileStorage/fspack.py:1.3 Fri Jan 16 10:46:34 2004
+++ ZODB3/ZODB/FileStorage/fspack.py Fri Jan 16 10:56:37 2004
@@ -275,7 +275,6 @@
# Delay import to code with circular imports.
# XXX put exceptions in a separate module
from ZODB.FileStorage.FileStorage import FileStorageError
- print "Yow!"
raise FileStorageError(
"The database has already been packed to a later time"
" or no changes have been made since the last pack")
More information about the Zope-Checkins
mailing list