Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: python@g.o, "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 1/4] python-utils-r1.eclass: Remove stray old doc bit
Date: Wed, 10 May 2017 14:09:53
Message-Id: 20170510140837.5245-2-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH] python-utils-r1, _moduleinto: doc fixup & dot-notation by "Michał Górny"
1 Remove the bit of old python_moduleinto documentation that has been
2 accidentally left over.
3 ---
4 eclass/python-utils-r1.eclass | 6 ------
5 1 file changed, 6 deletions(-)
6
7 diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
8 index 66a359e8daee..c46feb08449b 100644
9 --- a/eclass/python-utils-r1.eclass
10 +++ b/eclass/python-utils-r1.eclass
11 @@ -823,12 +823,6 @@ python_newscript() {
12 # python_foreach_impl python_domodule baz.py
13 # }
14 # @CODE
15 -
16 -# Set the current module root. The new value will be stored
17 -# in the 'python_moduleroot' environment variable. The new value need
18 -# be relative to the site-packages root.
19 -#
20 -# Alternatively, you can set the variable directly.
21 python_moduleinto() {
22 debug-print-function ${FUNCNAME} "${@}"
23
24 --
25 2.13.0