##// END OF EJS Templates
use v4 for test validation from the future
use v4 for test validation from the future

File last commit:

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