commit:     e9ef7885d3d800a3829459e0cf7863a0712cc622
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  7 01:39:22 2014 +0000
Commit:     Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Sat Sep 27 01:40:46 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=e9ef7885

module.py: clean dead code

---
 pym/portage/module.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pym/portage/module.py b/pym/portage/module.py
index 2b53696..a78bb2e 100644
--- a/pym/portage/module.py
+++ b/pym/portage/module.py
@@ -84,9 +84,6 @@ class Modules(object):
                self._modules = self._get_all_modules()
                self.modules = ProtectedDict(self._modules)
                self.module_names = sorted(self._modules)
-               #self.modules = {}
-               #for mod in self.module_names:
-                       #self.module[mod] = LazyLoad(
 
        def _get_all_modules(self):
                """scans the emaint modules dir for loadable modules

Reply via email to