* [gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/
@ 2014-09-27 2:20 Brian Dolbec
0 siblings, 0 replies; 4+ messages in thread
From: Brian Dolbec @ 2014-09-27 2:20 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/
@ 2014-09-27 2:20 Brian Dolbec
0 siblings, 0 replies; 4+ messages in thread
From: Brian Dolbec @ 2014-09-27 2:20 UTC (permalink / raw
To: gentoo-commits
commit: cf88add7c9585a18b6d0adf062cff43e98dd242a
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 7 01:36:37 2014 +0000
Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Sat Sep 27 01:40:45 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=cf88add7
module.py
---
pym/portage/module.py | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/pym/portage/module.py b/pym/portage/module.py
index d961574..2b53696 100644
--- a/pym/portage/module.py
+++ b/pym/portage/module.py
@@ -74,10 +74,8 @@ class Modules(object):
"""Dynamic modules system for loading and retrieving any of the
installed emaint modules and/or provided class's
- @param path: Optional path to the "modules" directory or
- defaults to the directory of this file + '/modules'
- @param namepath: Optional python import path to the "modules" directory or
- defaults to the directory name of this file + '.modules'
+ @param path: Path to the "modules" directory
+ @param namepath: Python import path to the "modules" directory
"""
def __init__(self, path, namepath):
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/
@ 2014-09-29 18:29 Brian Dolbec
0 siblings, 0 replies; 4+ messages in thread
From: Brian Dolbec @ 2014-09-29 18:29 UTC (permalink / raw
To: gentoo-commits
commit: 70bc482b57da6f6aca206fd5ffbfbf1c348cd4ec
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 7 01:36:37 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=70bc482b
module.py
---
pym/portage/module.py | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/pym/portage/module.py b/pym/portage/module.py
index d961574..2b53696 100644
--- a/pym/portage/module.py
+++ b/pym/portage/module.py
@@ -74,10 +74,8 @@ class Modules(object):
"""Dynamic modules system for loading and retrieving any of the
installed emaint modules and/or provided class's
- @param path: Optional path to the "modules" directory or
- defaults to the directory of this file + '/modules'
- @param namepath: Optional python import path to the "modules" directory or
- defaults to the directory name of this file + '.modules'
+ @param path: Path to the "modules" directory
+ @param namepath: Python import path to the "modules" directory
"""
def __init__(self, path, namepath):
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/
@ 2014-09-29 18:29 Brian Dolbec
0 siblings, 0 replies; 4+ messages in thread
From: Brian Dolbec @ 2014-09-29 18:29 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-09-29 18:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-27 2:20 [gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/ Brian Dolbec
-- strict thread matches above, loose matches on Subject: below --
2014-09-29 18:29 Brian Dolbec
2014-09-29 18:29 Brian Dolbec
2014-09-27 2:20 Brian Dolbec
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox