##// END OF EJS Templates
fix local mathjax with custom base_project_url...
fix local mathjax with custom base_project_url closes #2720

File last commit:

r4053:b45902e3
r11153:d05a9a4f
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *