##// END OF EJS Templates
Rename all status_event to kernel_event
Rename all status_event to kernel_event

File last commit:

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