X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=sst.py;h=bf13aa9d436cfc54a46e97c2a891facee1b7eb2c;hp=35d1433b7b5b036afac60481ff79ee22f6625519;hb=b039f9f202f3a7774e5daa92f8cd0ed9940045a8;hpb=097ac6ffc1531b44d06767be40045795a92321e5 diff --git a/sst.py b/sst.py index 35d1433..bf13aa9 100755 --- a/sst.py +++ b/sst.py @@ -13,7 +13,7 @@ on how to modify (and how not to modify!) this code. """ import os, sys, math, curses, time, readline, cPickle, random, copy, gettext, getpass -version="2.0" +version="2.1" docpath = (".", "../doc", "/usr/share/doc/sst") @@ -6369,3 +6369,5 @@ if __name__ == '__main__': if logfp: logfp.close() print "" + +# End.