Commit 2e4856ea authored by Tim Peters's avatar Tim Peters

fsrefs.py no longer worked at all -- fsdump got moved elsewhere, but the

import here wasn't changed to track it.  Repaired.
parent 23590a63
......@@ -25,7 +25,7 @@ for storages that use versions.
from ZODB.FileStorage import FileStorage
from ZODB.TimeStamp import TimeStamp
from ZODB.utils import u64
from ZODB.fsdump import get_pickle_metadata
from ZODB.FileStorage.fsdump import get_pickle_metadata
import cPickle
import cStringIO
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment