##// END OF EJS Templates
move test_kernel from IPython.zmq to IPython.kernel...
move test_kernel from IPython.zmq to IPython.kernel I don't know how it managed to get left behind.

File last commit:

r8525:61ef7793
r12318:fd05bb67
Show More
__init__.py
4 lines | 87 B | text/x-python | PythonLexer
try:
from jsonpointer import *
except ImportError :
from _jsonpointer import *