##// END OF EJS Templates
Merge pull request #4819 from minrk/cm3.21...
Merge pull request #4819 from minrk/cm3.21 update CodeMirror to 3.21

File last commit:

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