AP_DDS: Use python3 shebang

Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
Ryan Friedman 2023-03-21 23:16:37 -06:00 committed by Peter Barker
parent a3c0e884b8
commit 04ec39eb9f
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
'''
process a *.h.in file to produce a *.h file
'''

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python
# encoding: utf-8
#!/usr/bin/env python3
import os