##// END OF EJS Templates
update %store magic docstring...
update %store magic docstring reflects the fact that auto restore is not the default behavior closes #2434

File last commit:

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