##// END OF EJS Templates
replace project_name with language_name...
replace project_name with language_name - automatically choose language match, if only one - only list language matches in select dialog - list all kernels if no language match

File last commit:

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