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.
-#!/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.
-#! /usr/bin/env python
+#! /usr/bin/env python3
# -*- coding: iso-8859-1 -*-
# Written by Martin v. Löwis <loewis@informatik.hu-berlin.de>
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
sst.py -- Super Star Trek 2K
# 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,