tools/pyboard.py: Change shebang to use python3.

This script still works with Python 2 but Python 3 is recommended.
This commit is contained in:
Michael Buesch 2020-01-30 18:15:02 +01:00 committed by Damien George
parent 1cadb12d1c
commit 1604606238
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# This file is part of the MicroPython project, http://micropython.org/
#