From 06be54630c80746d9b010b431b727f8ac57a587d Mon Sep 17 00:00:00 2001 From: Christian Hopps Date: Wed, 21 Feb 2024 07:55:54 -0500 Subject: [PATCH] tests: use more standard name for python3 Signed-off-by: Christian Hopps --- tests/topotests/lib/fe_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/topotests/lib/fe_client.py b/tests/topotests/lib/fe_client.py index 07059ccf3a..a47544633b 100755 --- a/tests/topotests/lib/fe_client.py +++ b/tests/topotests/lib/fe_client.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 eval: (blacken-mode 1) -*- # SPDX-License-Identifier: GPL-2.0-or-later # -- 2.39.5