From: Zac Medico Date: Fri, 16 Jun 2006 20:13:16 +0000 (-0000) Subject: Import missing PermissionDenied class. Thanks to marienz for reporting (and suggesti... X-Git-Tag: v2.1.1~478 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=89677e03e6a046f69d6f591d0f49dd3e91f194b9;p=portage.git Import missing PermissionDenied class. Thanks to marienz for reporting (and suggesting pyflakes). svn path=/main/trunk/; revision=3516 --- diff --git a/pym/portage_util.py b/pym/portage_util.py index b08187ad4..6c39192c0 100644 --- a/pym/portage_util.py +++ b/pym/portage_util.py @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -from portage_exception import PortageException, FileNotFound, OperationNotPermitted, ReadOnlyFileSystem +from portage_exception import PortageException, FileNotFound, \ + OperationNotPermitted, PermissionDenied, ReadOnlyFileSystem import portage_exception import sys,string,shlex,os,errno