##// END OF EJS Templates
Error in Session.send_raw()...
Error in Session.send_raw() Addresses issue ipython/ipython/#4839.

File last commit:

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