Make python plug-ins use python2 and untabify them
This MR fixes 2 things :
- On most distros,
python
now points onpython3
. But Gimp usespython2
so this has to be enforced in shebang and in shell wrappers. - Python does not really like space/tabs inconsistency. That's not a real problem for py2, but py3 will hard-fail on that.
Edited by Michael Schumacher