Change shebang for Python scripts to use python3

This commit is contained in:
Tobias Brunner
2021-09-21 12:51:47 +02:00
parent 6467f0416f
commit e166e6913c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (C) 2014-2019 Tobias Brunner
# HSR Hochschule fuer Technik Rapperswil
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (C) 2017 Tobias Brunner
# HSR Hochschule fuer Technik Rapperswil