webtest-*.ebuild: Install lint3 for Python 3
[wtk-overlay.git] / webtest-1.3.3-r1.ebuild
index 9f5ebe996a4473bfdc7fdbcdadf3fb862b29286c..f869e0517c553ca104e74586f411f993625fb629 100644 (file)
@@ -54,14 +54,6 @@ python_test() {
 python_install() {
        distutils-r1_python_install_all
 
-       # Avoid future-import bug on py2.5.* - lint3 is py3 anyway
-       #removing since we don't support python 2.5 :D
-       #delete_lint3() {
-       #       [[ "${PYTHON_ABI}" == 3.* ]] && return
-       #       rm "${ED}$(python_get_sitedir)/webtest/lint3.py"
-       #}
-       #python-r1_execute_function -q delete_lint3
-
        if use doc; then
                dohtml -r html/*
        fi