Some systems default to python3 when calling python, which will
currently break, because the code is not compatible.
Therefore explicitly use python2 as the interpreter.
globals.py does not look as it needs to be executed at all, so
remove the shebang altogether.
Some systems default to python3 when calling python, which will currently break, because the code is not compatible. Therefore explicitly use python2 as the interpreter.
globals.py does not look as it needs to be executed at all, so remove the shebang altogether.
Also remove some whitespaces here and there.