##// END OF EJS Templates
trust latex...
trust latex If mathjax is insecure, we have big problems. And we already trust mathjax in markdown cells, so this is consistent.

File last commit:

r13347:54891794
r15643:0a6d2541
Show More
__init__.py
5 lines | 98 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from ._pexpect import *