##// END OF EJS Templates
Merge branch 'carreau-mathjax-warning'...
Merge branch 'carreau-mathjax-warning' Warn user if MathJax can't be fetched from notebook Closes #744.

File last commit:

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