Oops -- fix a typo that broke the scanner.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 8 Oct 2006 05:49:11 +0000 (05:49 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 8 Oct 2006 05:49:11 +0000 (05:49 +0000)
src/sst.py

index dff69d5235b98837f1d9530aaf557042992c6db9..24bc9a88f70b55a18d4641f25421a8464c60562d 100644 (file)
@@ -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? "))
        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"):
        if len(citem)==0: # Try again
            continue
         if isit("tournament"):