##// 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:

r10951:31998f30
r20573:5bd261c6
Show More
__init__.py
4 lines | 73 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from ._path import *