From 89677e03e6a046f69d6f591d0f49dd3e91f194b9 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 16 Jun 2006 20:13:16 +0000 Subject: Import missing PermissionDenied class. Thanks to marienz for reporting (and suggesting pyflakes). svn path=/main/trunk/; revision=3516 --- pym/portage_util.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pym') 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 -- cgit v1.2.3-1-g7c22