##// END OF EJS Templates
Better user experience when kernel isn't found
Better user experience when kernel isn't found

File last commit:

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