summaryrefslogtreecommitdiffstats
path: root/pym/portage_util.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage_util.py')
-rw-r--r--pym/portage_util.py3
1 files changed, 2 insertions, 1 deletions
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