From 63cd6283981b21a9944c84acee5b839c8741c0ed Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 31 Jul 2006 15:30:35 +0000 Subject: Fix NameError: global name 'portage_exception' is not defined for bug #140041. svn path=/main/branches/2.1/; revision=4057 --- pym/portage_util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pym/portage_util.py b/pym/portage_util.py index 58827489d..329c0a389 100644 --- a/pym/portage_util.py +++ b/pym/portage_util.py @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/pym/portage_util.py,v 1.11.2.6 2005/04/23 07:26:04 jstubbs Exp $ +import portage_exception from portage_exception import PortageException, FileNotFound, OperationNotPermitted, ReadOnlyFileSystem import sys,string,shlex,os,errno -- cgit v1.2.3-1-g7c22