##// END OF EJS Templates
more named_notebook_path cleanup...
more named_notebook_path cleanup named_notebook_path now returns path with leading and trailing slashes. Work with @Zsailer

File last commit:

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