Browse Source

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

This script still works with Python 2 but Python 3 is recommended.
pull/5598/head
Michael Buesch 5 years ago
committed by Damien George
parent
commit
1604606238
  1. 2
      tools/pyboard.py

2
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/
#

Loading…
Cancel
Save