##// END OF EJS Templates
Adds a quiet keyword to sync_imports to allow users to surpress messages about imports on remote engines.
Adds a quiet keyword to sync_imports to allow users to surpress messages about imports on remote engines.

File last commit:

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