commit:     9495f0b35d7033fda9f59d88c932fb69be0ef212
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: Mon Sep 29 17:20:22 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=9495f0b3

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