projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b91752f
)
Remove redundant ConfigLoaderKlass.__iter__() method.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 19 Feb 2009 03:35:07 +0000
(
03:35
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 19 Feb 2009 03:35:07 +0000
(
03:35
-0000)
svn path=/main/trunk/; revision=12631
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