eric6/DebugClients/Python/getpass.py

changeset 7628
f904d0eef264
parent 7550
e91462fd0838
child 7639
422fd05e9c91
--- a/eric6/DebugClients/Python/getpass.py	Wed Jun 17 17:12:21 2020 +0200
+++ b/eric6/DebugClients/Python/getpass.py	Wed Jun 17 20:18:54 2020 +0200
@@ -49,7 +49,7 @@
     @return Password entered by the user
     @rtype str
     """
-    return input(prompt, False)
+    return input(prompt, False)     # secok
     
 
 unix_getpass = getpass

eric ide

mercurial