##// END OF EJS Templates
Don't check explicit output, instead see if output contains what we want
Don't check explicit output, instead see if output contains what we want

File last commit:

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