##// END OF EJS Templates
Remove IPython dependency in external.ssh...
Remove IPython dependency in external.ssh copy parallel.util.select_random_ports into external.ssh.tunnel This lets external.ssh be moved to another project without IPython, only changing the pexpect import. This also resolves a circular import in the qtconsole

File last commit:

r3408:261328d5
r4595:34eefb9b
Show More
__init__.py
4 lines | 74 B | text/x-python | PythonLexer
try:
from mglob import *
except ImportError:
from _mglob import *