##// END OF EJS Templates
Matjax Warning message improvement....
Matjax Warning message improvement. merge '<script>' balises. Improve message text and style. Remove instead of hide

File last commit:

r3408:261328d5
r4984:5a3b5ced
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from pyparsing import *
except ImportError:
from _pyparsing import *