##// END OF EJS Templates
Backport PR #8168: BUG: Don't allow ContentsManager to delete root....
Backport PR #8168: BUG: Don't allow ContentsManager to delete root. Doing so leaves the notebook app in a bad state from which it can't recover.

File last commit:

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