##// END OF EJS Templates
Merge pull request #3101 from minrk/marked...
Merge pull request #3101 from minrk/marked use marked / highlight.js instead of pagedown and prettify

File last commit:

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