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/fs_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/cache/fs_template.py') 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): -- cgit v1.2.3-1-g7c22