##// END OF EJS Templates
Merge pull request #4953 from minrk/wait-for-idle...
Merge pull request #4953 from minrk/wait-for-idle add utils.wait_for_idle in js tests

File last commit:

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