##// END OF EJS Templates
update docs with new cl-arguments
update docs with new cl-arguments

File last commit:

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