[python] Fix shebangs to use the "right" interpreter. (#3292)

Co-authored-by: Fabien-B <Fabien-B@github.com>
This commit is contained in:
Fabien-B
2024-06-06 11:38:47 +02:00
committed by GitHub
parent 7f2d374c4f
commit b71d4793a6
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# Copyright (C) 2008-2022 The Paparazzi Team
# released under GNU GPLv2 or later. See COPYING file.
import os