Skip to content

Commit

Permalink
import notebook.transutils first #75
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Sep 13, 2018
1 parent 07d37b1 commit 5e51176
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jupytext/contentsmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
from traitlets import Unicode, Float
from traitlets.config import Configurable

from notebook.services.contents.filemanager import FileContentsManager

# import notebook.transutils before notebook.services.contents.filemanager #75
try:
import notebook.transutils # noqa
except ImportError:
pass

from notebook.services.contents.filemanager import FileContentsManager

import jupytext
from . import combine
from .file_format_version import check_file_version
Expand Down

0 comments on commit 5e51176

Please sign in to comment.