##// END OF EJS Templates
use argparse to make most of the parameters configurable
use argparse to make most of the parameters configurable

File last commit:

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