##// END OF EJS Templates
Merge pull request #5942 from jdfreder/i5655...
Merge pull request #5942 from jdfreder/i5655 nbconvert: Inline user custom CSS if it's defined.

File last commit:

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