From f2195375b414a35bf427ef1bfc6f92e735a1eea7 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 8 Oct 2006 05:49:11 +0000 Subject: [PATCH 1/1] Oops -- fix a typo that broke the scanner. --- src/sst.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"): -- 2.31.1