##// END OF EJS Templates
Merge pull request #7006 from minrk/valid_formatter...
Merge pull request #7006 from minrk/valid_formatter only check for formatters on instances

File last commit:

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