forked from mirrors/0ad
3ba61ed39e
Use patch by Debian [1] replacing python in shebang with python3 and fixing some warnings with recent python versions. The reason being some use an alias of python for python3 instead of the customary symlink. Aliases are only expanded in interactive shells unless expansion is explicitly enabled. [1] https://sources.debian.org/patches/cxxtest/4.4%2Bgit171022-2/python3.patch/ Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>