##// END OF EJS Templates
Adjusted notebook style vertical spacing
Adjusted notebook style vertical spacing

File last commit:

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