From 1604606238ae7dbb1ead582172d84d23d885eaf8 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Thu, 30 Jan 2020 18:15:02 +0100 Subject: [PATCH] tools/pyboard.py: Change shebang to use python3. This script still works with Python 2 but Python 3 is recommended. --- tools/pyboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pyboard.py b/tools/pyboard.py index 51806a3299..a0b4ac3200 100755 --- a/tools/pyboard.py +++ b/tools/pyboard.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # This file is part of the MicroPython project, http://micropython.org/ #