##// END OF EJS Templates
Merge pull request #5469 from dalejung/nbm_kernel_path...
Merge pull request #5469 from dalejung/nbm_kernel_path API: Allow NotebookManagers to specify kernel startup dir. closes #5468

File last commit:

r13347:54891794
r16424:0c3f033a merge
Show More
__init__.py
4 lines | 83 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from ._decorator import *