##// END OF EJS Templates
Revert "Let backbone get changed attrs"...
Revert "Let backbone get changed attrs" This reverts commit 4dd4990ff146508894353e390601c659d2638ed3.

File last commit:

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