##// END OF EJS Templates
Hide warning message about matjax when page load...
r4985:7a1207ec
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from Itpl import *
except ImportError:
from _Itpl import *