[Zodb-checkins] CVS: Zope/lib/python/ZODB/FileStorage -
fspack.py:1.6 format.py:1.3
Jeremy Hylton
jeremy at zope.com
Thu Feb 19 13:35:55 EST 2004
Update of /cvs-repository/Zope/lib/python/ZODB/FileStorage
In directory cvs.zope.org:/tmp/cvs-serv22842/lib/python/ZODB/FileStorage
Modified Files:
fspack.py format.py
Log Message:
Move referencesf to ZODB.serialize.
=== Zope/lib/python/ZODB/FileStorage/fspack.py 1.5 => 1.6 ===
--- Zope/lib/python/ZODB/FileStorage/fspack.py:1.5 Mon Jan 19 10:13:08 2004
+++ Zope/lib/python/ZODB/FileStorage/fspack.py Thu Feb 19 13:35:24 2004
@@ -26,7 +26,7 @@
import os
-from ZODB.referencesf import referencesf
+from ZODB.serialize import referencesf
from ZODB.utils import p64, u64, z64
from ZODB.fsIndex import fsIndex
=== Zope/lib/python/ZODB/FileStorage/format.py 1.2 => 1.3 ===
--- Zope/lib/python/ZODB/FileStorage/format.py:1.2 Wed Dec 24 11:01:59 2003
+++ Zope/lib/python/ZODB/FileStorage/format.py Thu Feb 19 13:35:24 2004
@@ -117,7 +117,7 @@
import struct
from ZODB.POSException import POSKeyError
-from ZODB.referencesf import referencesf
+from ZODB.serialize import referencesf
from ZODB.utils import p64, u64, z64, oid_repr, t32
from zLOG import LOG, BLATHER, WARNING, ERROR, PANIC
More information about the Zodb-checkins
mailing list