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:
parent
1cadb12d1c
commit
1604606238
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# This file is part of the MicroPython project, http://micropython.org/
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue