summaryrefslogtreecommitdiffstats
path: root/pym/cache/anydbm.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/cache/anydbm.py')
-rw-r--r--pym/cache/anydbm.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/cache/anydbm.py b/pym/cache/anydbm.py
index e250980b9..87e448f30 100644
--- a/pym/cache/anydbm.py
+++ b/pym/cache/anydbm.py
@@ -9,8 +9,8 @@ try:
except ImportError:
import pickle
import os
-import fs_template
-import cache_errors
+from cache import fs_template
+from cache import cache_errors
class database(fs_template.FsBased):