diff options
author | Helmut Grohne <helmut@subdivi.de> | 2022-09-28 10:27:50 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2022-09-28 10:27:50 +0200 |
commit | 4b6275c0617628c306c42b98b9c7f2107bf64d48 (patch) | |
tree | 1f193cf9d194a0fa873c4dbbd0de32df8e982eff /tcvt.py | |
parent | 2747b2ba0dff190380f9eb7a078c94192dd310f1 (diff) | |
download | tcvt-master.tar.gz |
Also default to python3 at this time.
Reported-by: Robert Smallshire <rob@sixty-north.com>
Diffstat (limited to 'tcvt.py')
-rwxr-xr-x | tcvt.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # # Tow Column Virtual Terminal. # |