diff options
| author | Christian Hopps <chopps@gmail.com> | 2024-02-21 07:55:54 -0500 |
|---|---|---|
| committer | Christian Hopps <chopps@gmail.com> | 2024-02-21 08:05:31 -0500 |
| commit | 06be54630c80746d9b010b431b727f8ac57a587d (patch) | |
| tree | be796086a52c22732386d2edf4c53d01df072b33 | |
| parent | 37588ece04ae6cc9e100225f02caa16717ab3b7d (diff) | |
tests: use more standard name for python3
Signed-off-by: Christian Hopps <chopps@labn.net>
| -rwxr-xr-x | tests/topotests/lib/fe_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 # |
