diff --git a/notebook/services/contents/manager.py b/notebook/services/contents/manager.py index 3f1a67241..df59ae7c0 100644 --- a/notebook/services/contents/manager.py +++ b/notebook/services/contents/manager.py @@ -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*\.')