##// END OF EJS Templates
Backport PR #5714: log error message when API requests fail...
Backport PR #5714: log error message when API requests fail we have been silencing our helpful log messages when they are on JSON API requests

File last commit:

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