##// END OF EJS Templates
Mention that values has been renamed to options...
Mention that values has been renamed to options This is a pretty big change that should be documented clearly!

File last commit:

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