##// END OF EJS Templates
Merge branch 'viewlists' of https://github.com/jasongrout/ipython into viewlists
Merge branch 'viewlists' of https://github.com/jasongrout/ipython into viewlists

File last commit:

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