##// END OF EJS Templates
Set tabindex -1, use codemirror's events
Set tabindex -1, use codemirror's events

File last commit:

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