Commit ff47a133 authored by Brian Curtin's avatar Brian Curtin

EasyDialogs was removed in 3.x. fallback_getpass will always be the answer here.

parent 971dc01e
......@@ -166,12 +166,7 @@ except (ImportError, AttributeError):
try:
import msvcrt
except ImportError:
try:
from EasyDialogs import AskPassword
except ImportError:
getpass = fallback_getpass
else:
getpass = AskPassword
getpass = fallback_getpass
else:
getpass = win_getpass
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment