From: Tobias Brunner Date: Tue, 21 Sep 2021 09:13:50 +0000 (+0200) Subject: Change shebang for Python scripts to use python3 X-Git-Tag: 5.9.4dr2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e166e6913c3376b3ba92cc97521a1daca3fc40bb;p=thirdparty%2Fstrongswan.git Change shebang for Python scripts to use python3 --- diff --git a/conf/format-options.py b/conf/format-options.py index 40e7fd461b..668662a400 100755 --- a/conf/format-options.py +++ b/conf/format-options.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright (C) 2014-2019 Tobias Brunner # HSR Hochschule fuer Technik Rapperswil diff --git a/src/libstrongswan/plugins/plugin_constructors.py b/src/libstrongswan/plugins/plugin_constructors.py index f9d40ee0e4..57e1d049d2 100644 --- a/src/libstrongswan/plugins/plugin_constructors.py +++ b/src/libstrongswan/plugins/plugin_constructors.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright (C) 2017 Tobias Brunner # HSR Hochschule fuer Technik Rapperswil