##// END OF EJS Templates
make it clearer that we adapt to old messages...
make it clearer that we adapt to old messages > Adapting to protocol vX for kernel Y instead of > Kernel Y speaks protocol version X some have interpreted the "Kernel speaks" statement was an error message; this should be clearer about what's happening, and that there is no error.

File last commit:

r19223:abf4ddf4
r20573:5bd261c6
Show More
__init__.py
8 lines | 211 B | text/x-python | PythonLexer
from .channels import (
InProcessChannel,
InProcessHBChannel,
)
from .client import InProcessKernelClient
from .manager import InProcessKernelManager
from .blocking import BlockingInProcessKernelClient