Merge pull request #3316 from ehengao/master

add missing import _
pull/3326/head
Thomas Kluyver 8 years ago committed by GitHub
commit 0db7ef7afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save