comparison: eric6/DebugClients/Python/getpass.py
eric6/DebugClients/Python/getpass.py
- changeset 7639
- 422fd05e9c91
- parent 7628
- f904d0eef264
- child 7923
- 91e843545d9a
equal
deleted
inserted
replaced
54 |
54 |
55 unix_getpass = getpass |
55 unix_getpass = getpass |
56 win_getpass = getpass |
56 win_getpass = getpass |
57 default_getpass = getpass |
57 default_getpass = getpass |
58 fallback_getpass = getpass |
58 fallback_getpass = getpass |
59 |
|
60 # |
|
61 # eflag: noqa = M702 |
|