##// END OF EJS Templates
Added enhancement to allow for specifying variable name to restore....
Added enhancement to allow for specifying variable name to restore. Contributes to gh-3167

File last commit:

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