From: Eric S. Raymond Date: Mon, 22 Apr 2019 07:20:41 +0000 (-0400) Subject: Code doesn't work under Python 3 yet. X-Git-Tag: 2.4~5 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=b9262a12fb1dc8dc7d4772fd72c88e79e582d1c6 Code doesn't work under Python 3 yet. --- diff --git a/test/Makefile b/test/Makefile index 279971b..91983ce 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,6 +1,6 @@ # Test-suite makefile for sst -PYTHON=python +PYTHON=python2 all: regress @echo "No diff output is good news."