##// 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 | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *