##// END OF EJS Templates
Backport PR #4181: nbconvert: Fix, sphinx template not removing new lines from headers...
Backport PR #4181: nbconvert: Fix, sphinx template not removing new lines from headers If 1.1 hasn't been released yet, it would be nice to backport this. See #4122

File last commit:

r4053:b45902e3
r12467:cf1996ac
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *