Przeglądaj źródła

Default to python 3.

Jelmer Vernooij 4 lat temu
rodzic
commit
e967ee385a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -1,4 +1,4 @@
-PYTHON = python -Werror
+PYTHON = python3 -Werror
 PYFLAKES = pyflakes
 PEP8 = pep8
 FLAKE8 ?= flake8