##// END OF EJS Templates
Using better approach for skipping test if Cython no pres.
Using better approach for skipping test if Cython no pres.

File last commit:

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