projects
/
catalyst.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0aa9d9
)
typo
author
Andrew Gaffney
<agaffney@gentoo.org>
Tue, 13 Jan 2009 13:22:11 +0000
(07:22 -0600)
committer
Andrew Gaffney
<agaffney@gentoo.org>
Tue, 13 Jan 2009 13:22:11 +0000
(07:22 -0600)
modules/catalyst/util.py
patch
|
blob
|
history
diff --git
a/modules/catalyst/util.py
b/modules/catalyst/util.py
index e949d45b1c125f5d8c00f0e7d0de63f1fb984c08..0274d1a7af6cbbfc7665677aedcafc3f12230be0 100644
(file)
--- a/
modules/catalyst/util.py
+++ b/
modules/catalyst/util.py
@@
-167,7
+167,7
@@
def read_makeconf(mymakeconffile):
except ImportError:
try:
import portage.util
- return portage.util.ge
n
config(mymakeconffile, tolerant=1, allow_sourcing=True)
+ return portage.util.ge
t
config(mymakeconffile, tolerant=1, allow_sourcing=True)
except:
try:
import portage_util