Add test of plain interface and od-fashioned coordinates.
[super-star-trek.git] / sst
diff --git a/sst b/sst
index 156868f803217d508c03e5e0a3717b10f963ee04..beff5c9cf497a2bc9d9ac35577a9bc4981833590 100755 (executable)
--- a/sst
+++ b/sst
@@ -18,7 +18,7 @@ on how to modify (and how not to modify!) this code.
 
 # pylint: disable=multiple-imports
 import os, sys, math, curses, time, pickle, copy, gettext, getpass
-import getopt, socket, locale
+import getopt, socket, locale, getpass
 import codecs
 
 # This import only works on Unixes.  The intention is to enable
@@ -6241,6 +6241,7 @@ def setpassword():
             proutn(_("Please type in a secret password- "))
             scanner.nexttok()
             game.passwd = scanner.token
+            #game.passwd = getpass.getpass("Please type in a secret password- ")
             if game.passwd is not None:
                 break
     else: