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: Mon, 29 Sep 2014 18:29:43
Message-Id: 1412011222.9495f0b35d7033fda9f59d88c932fb69be0ef212.dol-sen@gentoo
1 commit: 9495f0b35d7033fda9f59d88c932fb69be0ef212
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: Mon Sep 29 17:20:22 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=9495f0b3
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