##// END OF EJS Templates
get_output_cell fails with no such output...
get_output_cell fails with no such output rather than returning null

File last commit:

r13347:54891794
r14864:41d4fb1d
Show More
__init__.py
5 lines | 98 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from ._pexpect import *