DebugClients/Python/getpass.py

changeset 790
2c0ea0163ef4
parent 96
9624a110667d
child 791
9ec2ac20e54e
equal deleted inserted replaced
789:c190cd71b097 790:2c0ea0163ef4
47 return raw_input(prompt, 0) 47 return raw_input(prompt, 0)
48 48
49 unix_getpass = getpass 49 unix_getpass = getpass
50 win_getpass = getpass 50 win_getpass = getpass
51 default_getpass = getpass 51 default_getpass = getpass
52
53 #
54 # eflag: FileType = Python2

eric ide

mercurial