##// END OF EJS Templates
Merge pull request #4806 from richardeverson/ucs...
Merge pull request #4806 from richardeverson/ucs Correct order of packages for unicode in nbconvert to LaTeX

File last commit:

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