Skip to content

Commit

Permalink
Fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jan 14, 2013
1 parent a4c3f7d commit 25f8a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZODB/scripts/netspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import ZODB
from ZODB.FileStorage import FileStorage
from ZODB.utils import U64, get_pickle_metadata
from ZODB.referencesf import referencesf
from ZODB.serialize import referencesf

def find_paths(root, maxdist):
"""Find Python attribute traversal paths for objects to maxdist distance.
Expand Down

0 comments on commit 25f8a27

Please sign in to comment.