projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc9d5c1
)
Import missing PermissionDenied class. Thanks to marienz for reporting (and suggesti...
author
Zac Medico
<zmedico@gentoo.org>
Fri, 16 Jun 2006 20:13:16 +0000
(20:13 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 16 Jun 2006 20:13:16 +0000
(20:13 -0000)
svn path=/main/trunk/; revision=3516
pym/portage_util.py
patch
|
blob
|
history
diff --git
a/pym/portage_util.py
b/pym/portage_util.py
index b08187ad41c454e3e1d06c23dd402d3f51d255e2..6c39192c01c54ef6e16ceb31c9b55c81517aac6c 100644
(file)
--- 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