[Zodb-checkins] CVS: Zope/lib/python/ZODB - fspack.py:1.5.4.8
Jeremy Hylton
jeremy at zope.com
Mon Jan 19 10:11:58 EST 2004
Update of /cvs-repository/Zope/lib/python/ZODB
In directory cvs.zope.org:/tmp/cvs-serv28303
Modified Files:
Tag: Zope-2_6-branch
fspack.py
Log Message:
typo
=== Zope/lib/python/ZODB/fspack.py 1.5.4.7 => 1.5.4.8 ===
--- Zope/lib/python/ZODB/fspack.py:1.5.4.7 Fri Jan 16 12:23:43 2004
+++ Zope/lib/python/ZODB/fspack.py Mon Jan 19 10:11:57 2004
@@ -514,7 +514,7 @@
if err.buf != "":
raise
if th.status == 'p':
- # Delay import to code with circular imports.
+ # Delay import to cope with circular imports.
from ZODB.FileStorage import FileStorageError
raise FileStorageError(
"The database has already been packed to a later time"
More information about the Zodb-checkins
mailing list