Merge pull request #3316 from ehengao/master

add missing import _
This commit is contained in:
Thomas Kluyver 2018-02-08 11:24:02 +00:00 committed by GitHub
commit 0db7ef7afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ from traitlets import (
) )
from ipython_genutils.py3compat import string_types from ipython_genutils.py3compat import string_types
from notebook.base.handlers import IPythonHandler from notebook.base.handlers import IPythonHandler
from notebook.transutils import _
copy_pat = re.compile(r'\-Copy\d*\.') copy_pat = re.compile(r'\-Copy\d*\.')