summaryrefslogtreecommitdiffstats
path: root/pym/cache/flat_list.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/cache/flat_list.py')
-rw-r--r--pym/cache/flat_list.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/cache/flat_list.py b/pym/cache/flat_list.py
index 135b31e39..0cd3edb0e 100644
--- a/pym/cache/flat_list.py
+++ b/pym/cache/flat_list.py
@@ -1,5 +1,5 @@
-import fs_template
-import cache_errors
+from cache import fs_template
+from cache import cache_errors
import errno, os, stat
# store the current key order *here*.