Tools: enforce python3 on Tools

This commit is contained in:
Pierre Kancir 2023-05-15 11:08:25 +02:00 committed by Peter Barker
parent 372209649c
commit c05175074a
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
'''
tool to manipulate ArduPilot firmware files, changing default parameters
'''

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright (c) 2008,2010,2011,2012,2013 Alexander Belchenko
# All rights reserved.

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import os
import re

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""
script to build iofirmware and copy to Tools/IO_Firmware

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
'''
Create an apj file from a *.bin binary firmware

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import sys, os, shutil, struct
import intelhex

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
'''
unpack a param.pck file from @PARAM/param.pck via mavlink FTP
'''