On Wednesday 2014-08-20 19:43, Josef Reidinger wrote:
#!/usr/bin/python # -*- coding: utf-8 -*-
I would try to contact upstream, pointing out that this there is no need for a shebang in those files...
Dominique
Well, this files according to its names are tests, for which it is nice if they are self-executable, so you can easily run it, so I think upstream do not want to remove it.
There may also be editors around which are configured to look for patterns just like "#!/usr/bin/python" as an indicator to pick a particular syntax highlighting ruleset (in case other measures fail, like .py extension, # -*- python -*-, etc.) IMO the rpmlint check adds too much noise. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org