##// END OF EJS Templates
Merge pull request #4845 from rgbkrk/origin_host...
Merge pull request #4845 from rgbkrk/origin_host Add Origin checking for websockets.

File last commit:

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