##// END OF EJS Templates
fix check for passwordless OpenSSH (fixes #2266)...
fix check for passwordless OpenSSH (fixes #2266) pexpect takes a regular expression, so we want '[Pp]assword:', not '[Ppassword]:'.

File last commit:

r415:4a5dcb15
r8173:f9a87d2e
Show More
__init__.py
5 lines | 105 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
__all__ = ["simplegeneric"]