##// END OF EJS Templates
add test notebook and script for #1260 (GIL-related heartbeat failures)...
add test notebook and script for #1260 (GIL-related heartbeat failures) per #1127

File last commit:

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