DebugClients/Python3/getpass.py

changeset 4543
2e6a880670e9
parent 4021
195a471c327b
child 4631
5c1a96925da4
equal deleted inserted replaced
4540:45627d092846 4543:2e6a880670e9
49 return input(prompt, False) 49 return input(prompt, False)
50 50
51 unix_getpass = getpass 51 unix_getpass = getpass
52 win_getpass = getpass 52 win_getpass = getpass
53 default_getpass = getpass 53 default_getpass = getpass
54
55 #
56 # eflag: noqa = M702

eric ide

mercurial