Enforce Python 3 as much as possible

This commit is contained in:
Guillaume Gomez 2019-11-21 13:57:40 +01:00 committed by Mark Rousskov
parent 42abbd8878
commit 38eb369fa4
62 changed files with 131 additions and 111 deletions

View file

@ -1,2 +1,2 @@
all:
python2.7 test.py
'$(PYTHON)' test.py