##// END OF EJS Templates
Backport PR #2864: Fix %run -t -N<N> TypeError...
Backport PR #2864: Fix %run -t -N<N> TypeError Adds a test case and a fix for issue #2784.

File last commit:

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