[Zope3-checkins] CVS: Zope3/src/zodb/storage/file - copy.py:1.1.2.2

Jeremy Hylton jeremy@zope.com
Mon, 21 Apr 2003 13:13:46 -0400


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 \