diff options
author | Michael Buesch <m@bues.ch> | 2020-01-30 18:15:02 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2020-02-01 00:06:26 +1100 |
commit | 1604606238ae7dbb1ead582172d84d23d885eaf8 (patch) | |
tree | 99f61c57c9abcb383775b648d85dca1d7ee8816f /tools/pyboard.py | |
parent | 1cadb12d1c4baefd65a7e1030356b63cc0f6c3a6 (diff) |
tools/pyboard.py: Change shebang to use python3.
This script still works with Python 2 but Python 3 is recommended.
Diffstat (limited to 'tools/pyboard.py')
-rwxr-xr-x | tools/pyboard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pyboard.py b/tools/pyboard.py index 51806a329..a0b4ac320 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/ # |