summaryrefslogtreecommitdiffstats
path: root/pym/cache/sqlite.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/cache/sqlite.py')
-rw-r--r--pym/cache/sqlite.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/pym/cache/sqlite.py b/pym/cache/sqlite.py
index 4863b5997..78d4cd649 100644
--- a/pym/cache/sqlite.py
+++ b/pym/cache/sqlite.py
@@ -2,11 +2,11 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-import fs_template
-import cache_errors
+from cache import fs_template
+from cache import cache_errors
import errno, os, stat
-from mappings import LazyLoad, ProtectedDict
-from template import reconstruct_eclasses
+from cache.mappings import LazyLoad, ProtectedDict
+from cache.template import reconstruct_eclasses
from portage_util import writemsg, apply_secpass_permissions
from portage_data import portage_gid
from pysqlite2 import dbapi2 as db_module