X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=sst.py;fp=sst.py;h=fec64ec815c8793c23c046301674da5582bdebe8;hp=8466a481dbf7caec731003ee5aa64a52f0baa3b3;hb=54df4096ced6cdbd61c349a728d00eb83f4ba295;hpb=a1644b779ce063c5e992cbe686ba16cb4dacc3cc diff --git a/sst.py b/sst.py index 8466a48..fec64ec 100755 --- a/sst.py +++ b/sst.py @@ -12,6 +12,8 @@ See the doc/HACKING file in the distribution for designers notes and advice on how to modify (and how not to modify!) this code. """ from __future__ import print_function, division +# Runs under Python 2 an Python 3. Preserve this property! +# SPDX-License-Identifier: BSD-2-clause import os, sys, math, curses, time, pickle, copy, gettext, getpass import getopt, socket, locale