##// END OF EJS Templates
Adding a comment and renaming on_bulk_change to on_change
Adding a comment and renaming on_bulk_change to on_change

File last commit:

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