##// END OF EJS Templates
Backport PR #3973: logging.Formatter is not new-style in 2.6...
Backport PR #3973: logging.Formatter is not new-style in 2.6 so we can't use super. closes #3968

File last commit:

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