##// END OF EJS Templates
fix url encoding in services...
fix url encoding in services At this point, zero attributes should be encoded URLs

File last commit:

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