SST2K project news.
+2.2 @
+ Enable GNU readline keys.
+
2.1 @ 2012-02-16
Packaging fixes, pychecker cleanup, cope with Freshmeat name changes.
"""
import os, sys, math, curses, time, readline, pickle, random, copy, gettext, getpass
+# This import only works on Unixes. The intention is to enable
+# Ctrl-P, Ctrl-N, and friends in Cmd.
+try:
+ import readline
+except ImportError:
+ pass
+
version = "2.1"
docpath = (".", "../doc", "/usr/share/doc/sst")
game.state.remres = (game.inkling+4*game.incom)*game.intime
game.inresor = game.state.remres
if game.inkling > 50:
- game.state.inbase += 1
+ game.inbase += 1
return False
def dropin(iquad=None):