##// END OF EJS Templates
Fix imports in IPython directive
Thomas Kluyver -
Show More
@@ -148,7 +148,8 b' from docutils import nodes'
148 148 from sphinx.util.compat import Directive
149 149
150 150 # Our own
151 from IPython import Config, InteractiveShell
151 from traitlets.config import Config
152 from IPython import InteractiveShell
152 153 from IPython.core.profiledir import ProfileDir
153 154 from IPython.utils import io
154 155 from IPython.utils.py3compat import PY3
General Comments 0
You need to be logged in to leave comments. Login now