##// END OF EJS Templates
don't include latex source in failed latex output...
don't include latex source in failed latex output it's redundant with the error message

File last commit:

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