##// END OF EJS Templates
Changed add_class and remove_class to use messages instead of stateful communication
Changed add_class and remove_class to use messages instead of stateful communication

File last commit:

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