projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b47825b
)
Remove redundant ConfigLoaderKlass.__iter__() method. (trunk r12631)
author
Zac Medico
<zmedico@gentoo.org>
Wed, 11 Mar 2009 05:45:30 +0000
(
05:45
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 11 Mar 2009 05:45:30 +0000
(
05:45
-0000)
svn path=/main/branches/2.1.6/; revision=12904
pym/portage/env/config.py
patch
|
blob
|
history
diff --git
a/pym/portage/env/config.py
b/pym/portage/env/config.py
index 9a446df0e41cc12b79b0652b0d15df6df7d67eed..b6efdbecf9950aac67d3613da4eff4458dce659d 100644
(file)
--- a/
pym/portage/env/config.py
+++ b/
pym/portage/env/config.py
@@
-32,9
+32,6
@@
class ConfigLoaderKlass(UserDict):
self.data, self.errors = self._loader.load()
- def __iter__(self):
- return iter(self.data)
-
class GenericFile(UserDict):
"""
Inherits from ConfigLoaderKlass, attempts to use all known loaders