1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
Index: deal.ii/contrib/utilities/check_encoding.py
===================================================================
--- deal.ii.orig/contrib/utilities/check_encoding.py 2024-09-27 11:14:48.780835181 -0500
+++ deal.ii/contrib/utilities/check_encoding.py 2024-09-27 11:15:06.794157791 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
## ------------------------------------------------------------------------
##
## SPDX-License-Identifier: LGPL-2.1-or-later
Index: deal.ii/contrib/utilities/checkdoxygen.py
===================================================================
--- deal.ii.orig/contrib/utilities/checkdoxygen.py 2024-09-27 11:14:48.780835181 -0500
+++ deal.ii/contrib/utilities/checkdoxygen.py 2024-09-27 11:14:48.777501851 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
# run this script on all headers of deal.II to check various doxygen related problems
Index: deal.ii/contrib/utilities/indent.py
===================================================================
--- deal.ii.orig/contrib/utilities/indent.py 2024-09-27 11:14:48.780835181 -0500
+++ deal.ii/contrib/utilities/indent.py 2024-09-27 11:14:48.777501851 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
## ------------------------------------------------------------------------
##
Index: deal.ii/contrib/utilities/parse_ctest_output.py
===================================================================
--- deal.ii.orig/contrib/utilities/parse_ctest_output.py 2024-09-27 11:14:48.780835181 -0500
+++ deal.ii/contrib/utilities/parse_ctest_output.py 2024-09-27 11:14:48.777501851 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
## ------------------------------------------------------------------------
##
Index: deal.ii/contrib/utilities/print_deprecated.py
===================================================================
--- deal.ii.orig/contrib/utilities/print_deprecated.py 2024-09-27 11:14:48.780835181 -0500
+++ deal.ii/contrib/utilities/print_deprecated.py 2024-09-27 11:14:48.777501851 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
## ------------------------------------------------------------------------
##
Index: deal.ii/contrib/utilities/relocate_libraries.py
===================================================================
--- deal.ii.orig/contrib/utilities/relocate_libraries.py 2024-09-27 11:14:48.780835181 -0500
+++ deal.ii/contrib/utilities/relocate_libraries.py 2024-09-27 11:14:48.777501851 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
## ------------------------------------------------------------------------
##
Index: deal.ii/contrib/utilities/wrapcomments.py
===================================================================
--- deal.ii.orig/contrib/utilities/wrapcomments.py 2024-09-27 11:14:48.780835181 -0500
+++ deal.ii/contrib/utilities/wrapcomments.py 2024-09-27 11:14:48.777501851 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
## ------------------------------------------------------------------------
##
|