##// END OF EJS Templates
Backport PR #8119: fix typo in traitlet docs...
Backport PR #8119: fix typo in traitlet docs Title says it all.

File last commit:

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