9c87c39 Build: always use Pylint from Python version used for rest of the build

2 files Authored by pspacek 7 years ago, Committed by mbasti 7 years ago,
    Build: always use Pylint from Python version used for rest of the build
    
    configure option --with/without-pylint was replaced by
    --enable/disable-pylint. Pylint is always called as $(PYTHON) -m python.
    
    If you need to override Pylint version, use command "make pylint PYTHON=xxx".
    
    https://fedorahosted.org/freeipa/ticket/157
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>
    Reviewed-By: Christian Heimes <cheimes@redhat.com>
    
        
file modified
+1 -1
file modified
+12 -9