##// END OF EJS Templates
Merge pull request #4293 from Carreau/tooltip-mkp...
Merge pull request #4293 from Carreau/tooltip-mkp Factorise code in tooltip for julia monkeypatching

File last commit:

r8525:61ef7793
r12977:b3114244 merge
Show More
__init__.py
4 lines | 85 B | text/x-python | PythonLexer
try:
from jsonschema import *
except ImportError :
from _jsonschema import *