[Zodb-checkins] CVS: Zope/lib/python/ZODB - fspack.py:1.8.8.6
Jeremy Hylton
jeremy at zope.com
Mon Jan 19 10:12:46 EST 2004
Update of /cvs-repository/Zope/lib/python/ZODB
In directory cvs.zope.org:/tmp/cvs-serv28579
Modified Files:
Tag: Zope-2_7-branch
fspack.py
Log Message:
typo & remove XXX comment only needed on the trunk
=== Zope/lib/python/ZODB/fspack.py 1.8.8.5 => 1.8.8.6 ===
--- Zope/lib/python/ZODB/fspack.py:1.8.8.5 Fri Jan 16 14:17:51 2004
+++ Zope/lib/python/ZODB/fspack.py Mon Jan 19 10:12:44 2004
@@ -507,8 +507,7 @@
if err.buf != "":
raise
if th.status == 'p':
- # Delay import to code with circular imports.
- # XXX put exceptions in a separate module
+ # 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