diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-11-18 19:31:40 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-11-28 20:09:06 +0100 |
commit | 2421e06b057a1a5318f37d0a93e7ac1d3d72554b (patch) | |
tree | 04031eacf80f2981ae8b902d9bb608e39eba4ab6 /eclass/python-utils-r1.eclass | |
parent | python-utils-r1.eclass: python_fix_shebang, accept symlink as parameter (diff) | |
download | gentoo-2421e06b057a1a5318f37d0a93e7ac1d3d72554b.tar.gz gentoo-2421e06b057a1a5318f37d0a93e7ac1d3d72554b.tar.bz2 gentoo-2421e06b057a1a5318f37d0a93e7ac1d3d72554b.zip |
python-utils-r1.eclass: Remove py2.6 note from python_optimize
Diffstat (limited to 'eclass/python-utils-r1.eclass')
-rw-r--r-- | eclass/python-utils-r1.eclass | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index e0b13455d66e..cb70ee8daa10 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -567,9 +567,6 @@ python_optimize() { local PYTHON=${PYTHON} [[ ${PYTHON} ]] || python_export PYTHON - # Note: python2.6 can't handle passing files to compileall... - # TODO: we do not support 2.6 any longer - # default to sys.path if [[ ${#} -eq 0 ]]; then local f |