##// END OF EJS Templates
get_output_cell fails with no such output...
get_output_cell fails with no such output rather than returning null

File last commit:

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