##// END OF EJS Templates
fix issue 337 with incorrect calltips being generated for magics
fix issue 337 with incorrect calltips being generated for magics

File last commit:

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