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:47
Message-Id: 1412011222.70bc482b57da6f6aca206fd5ffbfbf1c348cd4ec.dol-sen@gentoo
1 commit: 70bc482b57da6f6aca206fd5ffbfbf1c348cd4ec
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 7 01:36:37 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=70bc482b
7
8 module.py
9
10 ---
11 pym/portage/module.py | 6 ++----
12 1 file changed, 2 insertions(+), 4 deletions(-)
13
14 diff --git a/pym/portage/module.py b/pym/portage/module.py
15 index d961574..2b53696 100644
16 --- a/pym/portage/module.py
17 +++ b/pym/portage/module.py
18 @@ -74,10 +74,8 @@ class Modules(object):
19 """Dynamic modules system for loading and retrieving any of the
20 installed emaint modules and/or provided class's
21
22 - @param path: Optional path to the "modules" directory or
23 - defaults to the directory of this file + '/modules'
24 - @param namepath: Optional python import path to the "modules" directory or
25 - defaults to the directory name of this file + '.modules'
26 + @param path: Path to the "modules" directory
27 + @param namepath: Python import path to the "modules" directory
28 """
29
30 def __init__(self, path, namepath):