summaryrefslogtreecommitdiffstats
path: root/pym/cache/fs_template.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/cache/fs_template.py')
-rw-r--r--pym/cache/fs_template.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/cache/fs_template.py b/pym/cache/fs_template.py
index c63856da1..b76e98bd3 100644
--- a/pym/cache/fs_template.py
+++ b/pym/cache/fs_template.py
@@ -4,7 +4,7 @@
# $Id$
import os
-import template, cache_errors
+from cache import template
from portage_data import portage_gid
class FsBased(template.database):