##// END OF EJS Templates
Backport PR #6249: always use HTTPS getting mathjax from CDN...
Backport PR #6249: always use HTTPS getting mathjax from CDN Is there any reason not to do this now? closes #6246

File last commit:

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