##// END OF EJS Templates
Add iptest to autodoc exclusion list (was pulling Qt in)
Add iptest to autodoc exclusion list (was pulling Qt in)

File last commit:

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