We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e250b0b + dd451c1 commit 0db7ef7Copy full SHA for 0db7ef7
notebook/services/contents/manager.py
@@ -31,6 +31,7 @@
31
)
32
from ipython_genutils.py3compat import string_types
33
from notebook.base.handlers import IPythonHandler
34
+from notebook.transutils import _
35
36
37
copy_pat = re.compile(r'\-Copy\d*\.')
0 commit comments