aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>2019-12-02 18:52:32 +0100
committerEnric Balletbo i Serra <enric.balletbo@collabora.com>2019-12-06 09:23:55 +0100
commit91d8a7af5f6122638138b053cd0d76d0cf0d50bf (patch)
treeb256dca5fb47f9f4133ac3fb1f7857f9ef011e28
parent93273b66211699c4d451f96febfae96594912599 (diff)
downloadcros-ec-tests-91d8a7af5f6122638138b053cd0d76d0cf0d50bf.tar.gz
Use explicitily Python 3
Python community recommends against making the python name point to Python 3. The PEP-394 states that: "If the python command is installed, it should invoke the same version of Python as the python2 command." Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
-rwxr-xr-xtest-cros-ec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-cros-ec.py b/test-cros-ec.py
index f504b96..8d52ef9 100755
--- a/test-cros-ec.py
+++ b/test-cros-ec.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from ctypes import *