##// END OF EJS Templates
Update docs about kernelspecs and kernel_info_reply
Update docs about kernelspecs and kernel_info_reply

File last commit:

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