X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=sst.py;h=168b55d4da93cacdb440254d1dc2fc6b326efe07;hp=e1a3b1513eaf3c72b74c3dc9787e4f2ee1b4c004;hb=0ab2dac3f883d910549ef00f5761a0b964a496a0;hpb=94623eb1f339928270ccf28ce22d67032a06b428 diff --git a/sst.py b/sst.py index e1a3b15..168b55d 100755 --- a/sst.py +++ b/sst.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ sst.py -- Super Star Trek 2K @@ -31,7 +31,7 @@ try: except NameError: my_input = input -version = "2.4" +version = "2.5" docpath = (".", "doc/", "/usr/share/doc/sst/")