Replaced env with python3 shebang

This commit is contained in:
Simon John 2020-08-04 23:49:32 +01:00
parent dff6492a4b
commit 5f5a68aa31
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python3
import serial import serial
import serial.tools.list_ports import serial.tools.list_ports

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python3
""" """
Arduino-mk Makefile and project initialiser Arduino-mk Makefile and project initialiser

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python3
# This script sends a program on a robotis board (OpenCM9.04 or CM900) # This script sends a program on a robotis board (OpenCM9.04 or CM900)
# using the robotis bootloader (used in OpenCM IDE) # using the robotis bootloader (used in OpenCM IDE)