Skip to content

Commit

Permalink
Added note about imports in IPython.__init__.
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonbg committed Aug 11, 2011
1 parent b85982d commit 1d01468
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions IPython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
from .config.loader import Config
from .core import release
from .core.application import Application
# Todo: Should these be imported here? We need to rethink what is imported in
# this module.
#from .core.display import (
# display, display_pretty, display_html, display_latex,
# display_png, display_jpeg, display_svg, display_json,
# display_javascript, HTML, SVG, Math, Image, JSON,
# Javascript, Pretty
#)
from .frontend.terminal.embed import embed
from .core.error import TryNext
from .core.interactiveshell import InteractiveShell
Expand Down

0 comments on commit 1d01468

Please sign in to comment.