From 307fcd3698a6ced3e0f0c834a30ac86851b20fb6 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 --- 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 07059ccf3a86..a47544633ba6 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 #