Enforce Python 3 as much as possible
This commit is contained in:
parent
42abbd8878
commit
38eb369fa4
62 changed files with 131 additions and 111 deletions
|
|
@ -1,2 +1,2 @@
|
|||
all:
|
||||
python2.7 test.py
|
||||
'$(PYTHON)' test.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue