##// END OF EJS Templates
Merge pull request #5051 from jdfreder/ff-hscroll2...
Merge pull request #5051 from jdfreder/ff-hscroll2 FF Fix: code cell missing hscroll (2)

File last commit:

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