X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=sst.py;h=49408172c85c2a4626727cf771adbdd0f9e704f8;hp=966795cf654b93d490dc529fe57ab63760065feb;hb=2b60ee942cfa8c86db7bb57a701d0371c640b434;hpb=8083dcb0ec0693dd5112ba89f4b40f6bd86cb89d diff --git a/sst.py b/sst.py index 966795c..4940817 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") @@ -6355,3 +6355,5 @@ if __name__ == '__main__': if logfp: logfp.close() print "" + +# End.