From 2da3f3e0ae5149545431bf23d690f338dd82a4a5 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 19 Feb 2009 03:35:07 +0000 Subject: Remove redundant ConfigLoaderKlass.__iter__() method. svn path=/main/trunk/; revision=12631 --- pym/portage/env/config.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'pym') 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 -- cgit v1.2.3-1-g7c22