# HG changeset patch # User Eric S. Raymond # Date 1632161249 14400 # Mon Sep 20 14:07:29 2021 -0400 # Node ID 5bc10e8f30f67a5041432a96cc36ccf1081feb28 # Parent 3f335a436e6efd41a54a68bd078ecb0b2e53beb0 Ubuntu has abolished /usr/bin/python, change shebang to python3. diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ SST2K project news. +Repoitory head:: + Ubuntu has abolished /usr/bin/python, change shebang to python3. + 2.6: 2021-04-16:: Fixed a longstanding bug in the chart display. Minor port fixes for recent Python 23 versions. diff --git a/doc/makehelp.py b/doc/makehelp.py --- a/doc/makehelp.py +++ b/doc/makehelp.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Generate an on-line help file for SST 2K from the text generated from # the XML documentation. diff --git a/po/msgfmt.py b/po/msgfmt.py --- a/po/msgfmt.py +++ b/po/msgfmt.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 # -*- coding: iso-8859-1 -*- # Written by Martin v. Löwis diff --git a/sst.py b/sst.py --- a/sst.py +++ b/sst.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """ sst.py -- Super Star Trek 2K diff --git a/test/Makefile b/test/Makefile --- a/test/Makefile +++ b/test/Makefile @@ -1,6 +1,6 @@ # Test-suite makefile for sst -PYTHON=python +PYTHON=python3 # The tests output TAP (Test Anything Proocol) # If you have either of these TAP viwers installed,