##// END OF EJS Templates
MAINT: Move `update` from FileContentsManager to ContentsManager....
MAINT: Move `update` from FileContentsManager to ContentsManager. The implementation in FileContentsManager is written entirely in terms of the required API, and is sensible for other ContentsManager implementations.

File last commit:

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