##// END OF EJS Templates
add tests to notebooks api...
add tests to notebooks api - check for correct status codes - check headers location - fix COPY api

File last commit:

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