##// END OF EJS Templates
Fix small typo - thanks to J. Grout for the notice
Fix small typo - thanks to J. Grout for the notice

File last commit:

r3410:21647ae3
r4777:15670ecb
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *