Skip to content

Force usage of python2

Álvaro López García requested to merge github/fork/psafont/patch-4 into devel

Created by: psafont

Some distributions are starting to switch to python 3 as the default system.

Since the codebase is not yet compatible with Python 3, we can explicitly request python2 as the runner for the script and it will run on those systems.

I do not know of any distributions or environments where this change could break usage.

Merge request reports