From 4b6275c0617628c306c42b98b9c7f2107bf64d48 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Wed, 28 Sep 2022 10:27:50 +0200 Subject: use portable #! Also default to python3 at this time. Reported-by: Robert Smallshire --- tcvt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcvt.py') diff --git a/tcvt.py b/tcvt.py index 75ad9f3..f180eb1 100755 --- a/tcvt.py +++ b/tcvt.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # # Tow Column Virtual Terminal. # -- cgit v1.2.3