##// END OF EJS Templates
update qtconsole doc with connection_file changes...
update qtconsole doc with connection_file changes multiple-console and security sections updated to reflect changes: * connect via connection-files instead of ports * HMAC signatures are on by default

File last commit:

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