8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971dc01 commit ff47a13Copy full SHA for ff47a13
Lib/getpass.py
@@ -166,12 +166,7 @@ def getuser():
166
try:
167
import msvcrt
168
except ImportError:
169
- try:
170
- from EasyDialogs import AskPassword
171
- except ImportError:
172
173
- else:
174
- getpass = AskPassword
+ getpass = fallback_getpass
175
else:
176
getpass = win_getpass
177
0 commit comments