Import missing PermissionDenied class. Thanks to marienz for reporting (and suggesti...
authorZac Medico <zmedico@gentoo.org>
Fri, 16 Jun 2006 20:13:16 +0000 (20:13 -0000)
committerZac 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

index b08187ad41c454e3e1d06c23dd402d3f51d255e2..6c39192c01c54ef6e16ceb31c9b55c81517aac6c 100644 (file)
@@ -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