##// END OF EJS Templates
Merge pull request #4593 from minrk/set_next_input_rstrip...
Merge pull request #4593 from minrk/set_next_input_rstrip don't interfere with set_next_input contents in qtconsole

File last commit:

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