Change shebang for Python scripts to use python3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user