From: Eric S. Raymond Date: Sun, 8 Oct 2006 05:49:11 +0000 (+0000) Subject: Oops -- fix a typo that broke the scanner. X-Git-Tag: 2.0~127 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=f2195375b414a35bf427ef1bfc6f92e735a1eea7;ds=sidebyside Oops -- fix a typo that broke the scanner. --- diff --git a/src/sst.py b/src/sst.py index dff69d5..24bc9a8 100644 --- a/src/sst.py +++ b/src/sst.py @@ -5963,7 +5963,7 @@ def choose(needprompt): game.length = 0 if needprompt: # Can start with command line options proutn(_("Would you like a regular, tournament, or saved game? ")) - print "About to call scan()" + scan() if len(citem)==0: # Try again continue if isit("tournament"):