소스 검색

Default to python 3.

Jelmer Vernooij 4 년 전
부모
커밋
e967ee385a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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