From 6d59eb3641681aeb06a6ecee7582a286f47a0a91 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 18 Sep 2006 03:54:07 +0000 Subject: Replace relative imports with absolute imports for forward compatibility with python 2.6. svn path=/main/trunk/; revision=4470 --- pym/cache/sqlite.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pym/cache/sqlite.py') 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 -- cgit v1.2.3-1-g7c22