##// END OF EJS Templates
Merge pull request #7125 from mattvonrocketstein/pr6953-docs...
Merge pull request #7125 from mattvonrocketstein/pr6953-docs [pr6953-docs] update docstrings/whatsnew/shell.rst for env/set_env magic

File last commit:

r13347:54891794
r19340:28ac6f6e merge
Show More
__init__.py
5 lines | 98 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from ._pexpect import *