projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eb3edf
)
Fix typo.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 25 Jun 2008 22:54:17 +0000
(22:54 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 25 Jun 2008 22:54:17 +0000
(22:54 -0000)
svn path=/main/trunk/; revision=10795
pym/portage/cache/mappings.py
patch
|
blob
|
history
diff --git
a/pym/portage/cache/mappings.py
b/pym/portage/cache/mappings.py
index c09760fb06dc732107bd61d450d1fcfb08173137..f35761765b8140b2bd61f98aed1c568c508f67ac 100644
(file)
--- a/
pym/portage/cache/mappings.py
+++ b/
pym/portage/cache/mappings.py
@@
-152,7
+152,7
@@
def slot_dict_class(keys):
return list(self.iteritems())
def itervalues(self):
- for k, v in self.iter
value
s():
+ for k, v in self.iter
item
s():
yield v
def values(self):