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/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/cache/util.py') diff --git a/pym/cache/util.py b/pym/cache/util.py index 0c8e585fd..f2f62991c 100644 --- a/pym/cache/util.py +++ b/pym/cache/util.py @@ -3,7 +3,7 @@ # License: GPL2 # $Id$ -import cache_errors +from cache import cache_errors def mirror_cache(valid_nodes_iterable, src_cache, trg_cache, eclass_cache=None, verbose_instance=None): -- cgit v1.2.3-1-g7c22