From: Zac Medico Date: Mon, 31 Jul 2006 15:30:35 +0000 (-0000) Subject: Fix NameError: global name 'portage_exception' is not defined for bug #140041. X-Git-Tag: v2.1-r2~17 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=63cd6283981b21a9944c84acee5b839c8741c0ed;p=portage.git Fix NameError: global name 'portage_exception' is not defined for bug #140041. svn path=/main/branches/2.1/; revision=4057 --- 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