DebugClients/Python/getpass.py

branch
5_0_x
changeset 807
ecc71fdd67f1
parent 792
a13346916170
equal deleted inserted replaced
806:30db18b3c78b 807:ecc71fdd67f1
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