summaryrefslogtreecommitdiffstats
path: root/pym/cache/metadata.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/cache/metadata.py')
-rw-r--r--pym/cache/metadata.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/pym/cache/metadata.py b/pym/cache/metadata.py
index 329af224c..0d5402342 100644
--- a/pym/cache/metadata.py
+++ b/pym/cache/metadata.py
@@ -4,11 +4,10 @@
# $Id$
import os, stat, types
-import flat_hash
-import cache_errors
+from cache import flat_hash
import eclass_cache
-from template import reconstruct_eclasses, serialize_eclasses
-from mappings import ProtectedDict, LazyLoad
+from cache.template import reconstruct_eclasses
+from cache.mappings import ProtectedDict
# this is the old cache format, flat_list. count maintained here.
magic_line_count = 22