##// END OF EJS Templates
warn on clobber of notebooks...
warn on clobber of notebooks check last_modified before saving. If it's changed, confirm overwrite.

File last commit:

r10951:31998f30
r20188:81afc300
Show More
__init__.py
4 lines | 73 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from ._path import *