##// END OF EJS Templates
Merge pull request #713 from stefanv/htmlnotebook_help_dialog...
Merge pull request #713 from stefanv/htmlnotebook_help_dialog Align colons in html notebook help dialog

File last commit:

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