summaryrefslogtreecommitdiffstats
path: root/pym/portage/cache/template.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/template.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/template.py')
-rw-r--r--pym/portage/cache/template.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pym/portage/cache/template.py b/pym/portage/cache/template.py
index 4ffd9b9ef..6fe9f3b00 100644
--- a/pym/portage/cache/template.py
+++ b/pym/portage/cache/template.py
@@ -3,9 +3,9 @@
# License: GPL2
# $Id$
-from cache import cache_errors
-from cache.cache_errors import InvalidRestriction
-from cache.mappings import ProtectedDict
+from portage.cache import cache_errors
+from portage.cache.cache_errors import InvalidRestriction
+from portage.cache.mappings import ProtectedDict
class database(object):
# this is for metadata/cache transfer.