Skip to content

Commit 0db7ef7

Browse files
authoredFeb 8, 2018
Merge pull request #3316 from ehengao/master
add missing import _
2 parents e250b0b + dd451c1 commit 0db7ef7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎notebook/services/contents/manager.py

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
)
3232
from ipython_genutils.py3compat import string_types
3333
from notebook.base.handlers import IPythonHandler
34+
from notebook.transutils import _
3435

3536

3637
copy_pat = re.compile(r'\-Copy\d*\.')

0 commit comments

Comments
 (0)
Please sign in to comment.