The shebang in the fixed files was /usr/bin/python, thus hard-coding
the python interpreter that would be used. Fixed to the general
/usr/bin/env python, that picks the interpreter base on the environment.
Coverage remained the same at 6.272% when pulling 8d2173d52c3e610148d43ac8589203922acfa062 on amitramon:shebang-fix into da0863a0406a5bacf435f90af79d275fcf2c3150 on Tigge:master.
The shebang in the fixed files was
/usr/bin/python
, thus hard-coding the python interpreter that would be used. Fixed to the general/usr/bin/env python
, that picks the interpreter base on the environment.