Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/
Date: Sat, 27 Sep 2014 02:21:02
Message-Id: 1411782046.e9ef7885d3d800a3829459e0cf7863a0712cc622.dol-sen@gentoo
1 commit: e9ef7885d3d800a3829459e0cf7863a0712cc622
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 7 01:39:22 2014 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Sat Sep 27 01:40:46 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=e9ef7885
7
8 module.py: clean dead code
9
10 ---
11 pym/portage/module.py | 3 ---
12 1 file changed, 3 deletions(-)
13
14 diff --git a/pym/portage/module.py b/pym/portage/module.py
15 index 2b53696..a78bb2e 100644
16 --- a/pym/portage/module.py
17 +++ b/pym/portage/module.py
18 @@ -84,9 +84,6 @@ class Modules(object):
19 self._modules = self._get_all_modules()
20 self.modules = ProtectedDict(self._modules)
21 self.module_names = sorted(self._modules)
22 - #self.modules = {}
23 - #for mod in self.module_names:
24 - #self.module[mod] = LazyLoad(
25
26 def _get_all_modules(self):
27 """scans the emaint modules dir for loadable modules