eric6/DebugClients/Python/getpass.py

branch
maintenance
changeset 7642
72721823d453
parent 7639
422fd05e9c91
child 7923
91e843545d9a
--- a/eric6/DebugClients/Python/getpass.py	Sun May 31 17:26:46 2020 +0200
+++ b/eric6/DebugClients/Python/getpass.py	Sat Jul 04 11:45:34 2020 +0200
@@ -49,13 +49,10 @@
     @return Password entered by the user
     @rtype str
     """
-    return input(prompt, False)
+    return input(prompt, False)     # secok
     
 
 unix_getpass = getpass
 win_getpass = getpass
 default_getpass = getpass
 fallback_getpass = getpass
-
-#
-# eflag: noqa = M702

eric ide

mercurial