##// END OF EJS Templates
Try to get password from user three times.
Try to get password from user three times.

File last commit:

r3410:21647ae3
r5334:2ac6267c
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *