From 3d22ddc7e67a06d0bdf2994b1ef018bc46e92f34 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Mon, 4 Dec 2023 12:23:56 +0100 Subject: Migrate Python scripts to Python 3 --- test/RegressTests.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/RegressTests.py') diff --git a/test/RegressTests.py b/test/RegressTests.py index 849c4137..a3998f1f 100755 --- a/test/RegressTests.py +++ b/test/RegressTests.py @@ -1,5 +1,4 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- +#!/usr/bin/env python3 from io import open -- cgit v1.2.3