--- 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