##// END OF EJS Templates
don't show tooltip if object is not found...
don't show tooltip if object is not found closes #4875

File last commit:

r13347:54891794
r14787:a754052b
Show More
__init__.py
4 lines | 86 B | text/x-python | PythonLexer
try:
from jsonschema import *
except ImportError :
from ._jsonschema import *