python-utils-r1.eclass: Remove py2.6 note from python_optimize
authorMichał Górny <mgorny@gentoo.org>
Wed, 18 Nov 2015 18:31:40 +0000 (19:31 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 28 Nov 2015 19:09:06 +0000 (20:09 +0100)
eclass/python-utils-r1.eclass

index e0b13455d66eda4708b6f5df8b00a27452622c12..cb70ee8daa107379cab6dea122d1ee2dfa570cb5 100644 (file)
@@ -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