summaryrefslogtreecommitdiffstats
path: root/pym/portage/cache/sqlite.py
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-25 17:07:32 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-25 17:07:32 +0000
commit064104225b74e6db799c65a30dba1bd4b6b68132 (patch)
treeb54c084734e73a55cd4f0a70d185c599101d434a /pym/portage/cache/sqlite.py
parent68af63d44dbfdbb4a81876c32eb25ddd0ca23b3f (diff)
downloadportage-064104225b74e6db799c65a30dba1bd4b6b68132.tar.gz
portage-064104225b74e6db799c65a30dba1bd4b6b68132.tar.bz2
portage-064104225b74e6db799c65a30dba1bd4b6b68132.zip
Namespace sanitizing, step 3
svn path=/main/trunk/; revision=5782
Diffstat (limited to 'pym/portage/cache/sqlite.py')
-rw-r--r--pym/portage/cache/sqlite.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pym/portage/cache/sqlite.py b/pym/portage/cache/sqlite.py
index ee3dde3c7..1cab49978 100644
--- a/pym/portage/cache/sqlite.py
+++ b/pym/portage/cache/sqlite.py
@@ -2,10 +2,10 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-from cache import fs_template
-from cache import cache_errors
+from portage.cache import fs_template
+from portage.cache import cache_errors
import os
-from cache.template import reconstruct_eclasses
+from portage.cache.template import reconstruct_eclasses
from portage.util import writemsg, apply_secpass_permissions
from portage.data import portage_gid
try: