Change shebang for Python scripts to use python3

This commit is contained in:
Tobias Brunner 2021-09-21 11:13:50 +02:00
parent 6467f0416f
commit e166e6913c
2 changed files with 2 additions and 2 deletions

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

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (C) 2017 Tobias Brunner
# HSR Hochschule fuer Technik Rapperswil