Move contents API module into services

This commit is contained in:
Thomas Kluyver 2014-10-23 16:32:40 -07:00
parent a10dea4cd5
commit 14106cbd66
2 changed files with 2 additions and 2 deletions

View File

@ -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