##// END OF EJS Templates
Backport PR #10668: Fix #10666: Prepare for removal of sphinx.util.compat module at Sphinx 1.7...
Thomas Kluyver -
Show More
@@ -139,7 +139,7 b' import shutil'
139
139
140 # Third-party
140 # Third-party
141 from docutils.parsers.rst import directives
141 from docutils.parsers.rst import directives
142 from sphinx.util.compat import Directive
142 from docutils.parsers.rst import Directive
143
143
144 # Our own
144 # Our own
145 from traitlets.config import Config
145 from traitlets.config import Config
General Comments 0
You need to be logged in to leave comments. Login now