##// END OF EJS Templates
Merge pull request #5459 from jdfreder/ff_animhop...
Merge pull request #5459 from jdfreder/ff_animhop Fix interact animation page jump FF

File last commit:

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