summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage/env/config.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pym/portage/env/config.py b/pym/portage/env/config.py
index 9a446df0e..b6efdbecf 100644
--- 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