##// END OF EJS Templates
add ssh tunneling to Engine...
add ssh tunneling to Engine 'enginessh' alias added to ipcontroller to new IPControllerApp.engine_ssh_server ssh/keyfile added to ipengine/EngineFactory

File last commit:

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