Merge pull request #3326 from SimonBiggs/include-locale

Fix a missing import of _
Min RK 8 years ago committed by GitHub
commit 4ad65171e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save