projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
516532c
)
Fix NameError: global name 'portage_exception' is not defined for bug #140041.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 31 Jul 2006 15:30:35 +0000
(15:30 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 31 Jul 2006 15:30:35 +0000
(15:30 -0000)
svn path=/main/branches/2.1/; revision=4057
pym/portage_util.py
patch
|
blob
|
history
diff --git
a/pym/portage_util.py
b/pym/portage_util.py
index 58827489d338c5d517e493fa1cc9ea7628db8e24..329c0a3896cffc09d5e7f175d89569dee71eff52 100644
(file)
--- a/
pym/portage_util.py
+++ b/
pym/portage_util.py
@@
-2,6
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
# $Id: /var/cvsroot/gentoo-src/portage/pym/portage_util.py,v 1.11.2.6 2005/04/23 07:26:04 jstubbs Exp $
+import portage_exception
from portage_exception import PortageException, FileNotFound, OperationNotPermitted, ReadOnlyFileSystem
import sys,string,shlex,os,errno