[Zodb-checkins] CVS: Zope/lib/python/ZODB/FileStorage -
fspack.py:1.5
Jeremy Hylton
jeremy at zope.com
Mon Jan 19 10:13:09 EST 2004
Update of /cvs-repository/Zope/lib/python/ZODB/FileStorage
In directory cvs.zope.org:/tmp/cvs-serv28786
Modified Files:
fspack.py
Log Message:
typo
=== Zope/lib/python/ZODB/FileStorage/fspack.py 1.4 => 1.5 ===
--- Zope/lib/python/ZODB/FileStorage/fspack.py:1.4 Fri Jan 16 10:56:37 2004
+++ Zope/lib/python/ZODB/FileStorage/fspack.py Mon Jan 19 10:13:08 2004
@@ -272,7 +272,7 @@
if err.buf != "":
raise
if th.status == 'p':
- # Delay import to code with circular imports.
+ # Delay import to cope with circular imports.
# XXX put exceptions in a separate module
from ZODB.FileStorage.FileStorage import FileStorageError
raise FileStorageError(
More information about the Zodb-checkins
mailing list