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):

Reply via email to