mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Move contents API module into services
This commit is contained in:
parent
a10dea4cd5
commit
14106cbd66
@ -140,9 +140,9 @@ class IPythonHandler(AuthenticatedHandler):
|
||||
@property
|
||||
def contents_js_source(self):
|
||||
self.log.debug("Using contents: %s", self.settings.get('contents_js_source',
|
||||
'base/js/contents'))
|
||||
'services/contents'))
|
||||
return self.settings.get('contents_js_source',
|
||||
'base/js/contents')
|
||||
'services/contents')
|
||||
|
||||
#---------------------------------------------------------------
|
||||
# Manager objects
|
||||
|
Loading…
Reference in New Issue
Block a user