##// END OF EJS Templates
Prevent TextBox from blurring unless explicity by user.
Prevent TextBox from blurring unless explicity by user.

File last commit:

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