##// END OF EJS Templates
complete on % for magic in notebook...
complete on % for magic in notebook fixes #3954

File last commit:

r3408:261328d5
r12067:b8cf4d15
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *