##// END OF EJS Templates
update parallel_magic for Views...
update parallel_magic for Views This is not perfect yet, but it works in interactive use

File last commit:

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