##// 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:

r3408:261328d5
r3685:d0a53107
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from Itpl import *
except ImportError:
from _Itpl import *