summaryrefslogtreecommitdiffstats
path: root/pym/cache/metadata_overlay.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/cache/metadata_overlay.py')
-rw-r--r--pym/cache/metadata_overlay.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pym/cache/metadata_overlay.py b/pym/cache/metadata_overlay.py
index 287e05521..673ba8dff 100644
--- a/pym/cache/metadata_overlay.py
+++ b/pym/cache/metadata_overlay.py
@@ -5,9 +5,9 @@
import time
if not hasattr(__builtins__, "set"):
from sets import Set as set
-import template
-from flat_hash import database as db_rw
-from metadata import database as db_ro
+from cache import template
+from cache.flat_hash import database as db_rw
+from cache.metadata import database as db_ro
class database(template.database):