--- a/DebugClients/Python3/getpass.py Thu Sep 15 21:49:13 2016 +0200
+++ b/DebugClients/Python3/getpass.py Sun Sep 18 21:35:53 2016 +0200
@@ -48,6 +48,7 @@
"""
return input(prompt, False)
+
unix_getpass = getpass
win_getpass = getpass
default_getpass = getpass