##// END OF EJS Templates
update notebook creation handlers...
update notebook creation handlers - only POST to directories (notebook picks name) - only PUT to full paths - PUT and POST should be equivalent aside from who picks the notebook name.

File last commit:

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