projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eb8e98
)
Fix misspelling of masters.split() as plit().
author
Zac Medico
<zmedico@gentoo.org>
Fri, 1 Oct 2010 15:15:38 +0000
(08:15 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 1 Oct 2010 15:15:38 +0000
(08:15 -0700)
pym/portage/repository/config.py
patch
|
blob
|
history
diff --git
a/pym/portage/repository/config.py
b/pym/portage/repository/config.py
index 12cadee781fb1a0af8b9e5efd1886989c8b2e83f..ed511de6f463cf8f536001fe7d63fec1dc6ebdec 100644
(file)
--- a/
pym/portage/repository/config.py
+++ b/
pym/portage/repository/config.py
@@
-206,7
+206,7
@@
class RepoConfigLoader(object):
masters = layout_data.get('masters')
if masters:
- master = masters.plit()
+ master = masters.
s
plit()
repo.masters = masters
#Take aliases into account.