Skip to content

Commit

Permalink
Add top-level display module for public api.
Browse files Browse the repository at this point in the history
  • Loading branch information
fperez authored and minrk committed Jun 26, 2012
1 parent d37e1be commit 5462c7e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions IPython/display.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
"""Public API for display tools in IPython.
"""

#-----------------------------------------------------------------------------
# Copyright (C) 2012 The IPython Development Team
#
# Distributed under the terms of the BSD License. The full license is in
# the file COPYING, distributed as part of this software.
#-----------------------------------------------------------------------------

#-----------------------------------------------------------------------------
# Imports
#-----------------------------------------------------------------------------

from IPython.core.display import *
from IPython.core.displaypub import *
from IPython.lib.display import *

0 comments on commit 5462c7e

Please sign in to comment.