19ccdcb Fix shebangs for Python 3 subpackage

Authored and Committed by ishcherb 6 years ago
1 file changed. 4 lines added. 0 lines removed.
    Fix shebangs for Python 3 subpackage
    
    Both executables contain #!/usr/bin/env python shebangs, which are
    forbidden by the guidelins and are automatically mangled to
     #!/usr/bin/python2 during build, which makes python3-ProDy depend
    on Python 2.
    
        
file modified
+4 -0