diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-10 15:25:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-16 19:11:30 +0200 |
commit | d3ef3eb324dd297d6eeac4ee11ffc86ded1d839a (patch) | |
tree | 9bf088a7396dd7d42cd89d77b2cdec69742a19cd /eclass | |
parent | distutils-r1.eclass: Namespace & doc _clean_egg_info (diff) | |
download | gentoo-d3ef3eb324dd297d6eeac4ee11ffc86ded1d839a.tar.gz gentoo-d3ef3eb324dd297d6eeac4ee11ffc86ded1d839a.tar.bz2 gentoo-d3ef3eb324dd297d6eeac4ee11ffc86ded1d839a.zip |
python-utils-r1.eclass: Remove stray old doc bit
Remove the bit of old python_moduleinto documentation that has been
accidentally left over.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/python-utils-r1.eclass | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index 66a359e8daee..c46feb08449b 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -823,12 +823,6 @@ python_newscript() { # python_foreach_impl python_domodule baz.py # } # @CODE - -# Set the current module root. The new value will be stored -# in the 'python_moduleroot' environment variable. The new value need -# be relative to the site-packages root. -# -# Alternatively, you can set the variable directly. python_moduleinto() { debug-print-function ${FUNCNAME} "${@}" |