##// END OF EJS Templates
Merge pull request #3601 from minrk/headingmath2...
Merge pull request #3601 from minrk/headingmath2 Markdown in heading cells (take 2) closes #3053 closes #3597

File last commit:

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