##// END OF EJS Templates
Added missing close env for Verbatim
Added missing close env for Verbatim

File last commit:

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