Set default root_dir for ContentsManager

This commit is contained in:
Grant Nestor 2017-03-08 14:39:22 -08:00
parent 92cfd65931
commit 2125922db3

View File

@ -51,6 +51,8 @@ class ContentsManager(LoggingConfigurable):
"""
root_dir = Unicode('/', config=True)
notary = Instance(sign.NotebookNotary)
def _notary_default(self):
return sign.NotebookNotary(parent=self)