From 5e12dbfeba941ed009229a3d497827bdbc7fb881 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Thu, 25 Jan 2007 16:20:19 +0000 Subject: Namespace sanitizing, step 2 Rename portage.exec to portage.process to avoid syntax errors svn path=/main/trunk/; revision=5780 --- pym/portage/eclass_cache.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pym/portage/eclass_cache.py') diff --git a/pym/portage/eclass_cache.py b/pym/portage/eclass_cache.py index 91b98fec5..40d4e360f 100644 --- a/pym/portage/eclass_cache.py +++ b/pym/portage/eclass_cache.py @@ -3,9 +3,9 @@ # License: GPL2 # $Id$ -from portage_util import normalize_path, writemsg +from portage.util import normalize_path, writemsg import os, sys -from portage_data import portage_gid +from portage.data import portage_gid class cache: """ -- cgit v1.2.3-1-g7c22