M NEWS +3 -0
@@ 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.
M doc/makehelp.py +1 -1
@@ 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.
M po/msgfmt.py +1 -1
@@ 1,4 1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
# -*- coding: iso-8859-1 -*-
# Written by Martin v. Lwis <loewis@informatik.hu-berlin.de>
M sst.py +1 -1
@@ 1,4 1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
sst.py -- Super Star Trek 2K
M test/Makefile +1 -1
@@ 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,