From e166e6913c3376b3ba92cc97521a1daca3fc40bb Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 21 Sep 2021 11:13:50 +0200 Subject: [PATCH] Change shebang for Python scripts to use python3 --- conf/format-options.py | 2 +- src/libstrongswan/plugins/plugin_constructors.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2