[Zodb-checkins] CVS: Zope3/src/zodb/storage/file - copy.py:1.1.2.2
Jeremy Hylton
jeremy at zope.com
Mon Apr 21 14:13:46 EDT 2003
Update of /cvs-repository/Zope3/src/zodb/storage/file
In directory cvs.zope.org:/tmp/cvs-serv18695
Modified Files:
Tag: jeremy-new-pack-branch
copy.py
Log Message:
Fix name error.
=== Zope3/src/zodb/storage/file/copy.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zodb/storage/file/copy.py:1.1.2.1 Wed Apr 16 14:12:32 2003
+++ Zope3/src/zodb/storage/file/copy.py Mon Apr 21 13:13:45 2003
@@ -1,6 +1,6 @@
"""Create copy of a data record."""
-from zodb.interfaces import MAXTID, ZERO
+from zodb.interfaces import MAXTID, ZERO, UndoError
from zodb.utils import p64, u64
from zodb.storage.file.format import FileStorageFormatter, DataHeader
from zodb.storage.file.format \
More information about the Zodb-checkins
mailing list