##// END OF EJS Templates
include nbconvert templates in installation...
include nbconvert templates in installation fixes path spec in setupbase.py:find_package_data

File last commit:

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