##// END OF EJS Templates
replace unused websocket_host with websocket_url...
replace unused websocket_host with websocket_url Rather than specifying only the hostname, it makes much more sense to specify the whole protocol,host,port in a single go.

File last commit:

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