##// END OF EJS Templates
DEV: Show tracebacks for failed extensions when running without stdout.
DEV: Show tracebacks for failed extensions when running without stdout.

File last commit:

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