Merge pull request #3326 from SimonBiggs/include-locale

Fix a missing import of _
This commit is contained in:
Min RK 2018-02-12 11:35:17 +01:00 committed by GitHub
commit 4ad65171e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ from notebook.utils import (
to_api_path,
)
from notebook.base.handlers import AuthenticatedFileHandler
from notebook.transutils import _
try:
from os.path import samefile