##// END OF EJS Templates
Merge pull request #3951 from jdfreder/custom_verbate_esc_tex...
Merge pull request #3951 from jdfreder/custom_verbate_esc_tex nbconvert: fixed latex characters not escaped properly in nbconvert use simple dict lookup process instead of sequential regular expressions that confuse each other.

File last commit:

r3410:21647ae3
r12081:87855e3a merge
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
Thomas Spura
Also unbundle pexpect...
r3410 try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *