From 064104225b74e6db799c65a30dba1bd4b6b68132 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Thu, 25 Jan 2007 17:07:32 +0000 Subject: Namespace sanitizing, step 3 svn path=/main/trunk/; revision=5782 --- pym/portage/data.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pym/portage/data.py') diff --git a/pym/portage/data.py b/pym/portage/data.py index 1ed53419c..10a480cd1 100644 --- a/pym/portage/data.py +++ b/pym/portage/data.py @@ -1,4 +1,4 @@ -# portage.data.py -- Calculated/Discovered Data Values +# data.py -- Calculated/Discovered Data Values # Copyright 1998-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,8 +8,8 @@ if not hasattr(__builtins__, "set"): import os,pwd,grp from portage.util import writemsg -from output import green,red -from output import create_color_func +from portage.output import green,red +from portage.output import create_color_func bad = create_color_func("BAD") ostype=os.uname()[0] -- cgit v1.2.3-1-g7c22