##// END OF EJS Templates
Merge pull request #3186 from maximsch2/fix_etype_ename...
Merge pull request #3186 from maximsch2/fix_etype_ename Fix small inconsistency in nbformat: etype -> ename We call this ename everywhere else, including in notebook files.

File last commit:

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