##// END OF EJS Templates
ensure `__all__` and `__dir__` are defined on shims...
ensure `__all__` and `__dir__` are defined on shims require from `from shim import *` to work properly

File last commit:

r20955:c71dcbcd
r21311:22fe0a87
Show More
connect.py
2 lines | 74 B | text/x-python | PythonLexer
Min RK
bigsplit: ipython_kernel
r20955 from ipython_kernel.connect import *
from jupyter_client.connect import *