##// END OF EJS Templates
Don't show kernel-dead on manually shutdown kernel...
Don't show kernel-dead on manually shutdown kernel When there is no kernel, show 'No kernel', and set kernel-busy instead of showing read dead and bomb. This is different from kernel-dead

File last commit:

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