##// END OF EJS Templates
Adding calls to shell_channel.stop() to shutdown....
Adding calls to shell_channel.stop() to shutdown. But this hangs the test suite for IPython.frontend.html.notebook.

File last commit:

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