##// END OF EJS Templates
Added handling of multiple args to store -r and removed error message
Added handling of multiple args to store -r and removed error message

File last commit:

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