##// END OF EJS Templates
Refactor tests for kernels REST API
Refactor tests for kernels REST API

File last commit:

r4053:b45902e3
r13105:a13f3e7f
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *