##// END OF EJS Templates
Misc fixes to the code cell and output area.
Misc fixes to the code cell and output area.

File last commit:

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