projects
/
super-star-trek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e216123
)
Oops -- fix a typo that broke the scanner.
author
Eric S. Raymond
<esr@thyrsus.com>
Sun, 8 Oct 2006 05:49:11 +0000
(
05:49
+0000)
committer
Eric S. Raymond
<esr@thyrsus.com>
Sun, 8 Oct 2006 05:49:11 +0000
(
05:49
+0000)
src/sst.py
patch
|
blob
|
history
diff --git
a/src/sst.py
b/src/sst.py
index dff69d5235b98837f1d9530aaf557042992c6db9..24bc9a88f70b55a18d4641f25421a8464c60562d 100644
(file)
--- 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"):