##// END OF EJS Templates
Merge pull request #9950 from mbyt/enable_quit_for_debugging_with_minus_m_IPython.terminal.debugger...
Merge pull request #9950 from mbyt/enable_quit_for_debugging_with_minus_m_IPython.terminal.debugger Enable quitting for -m IPython.terminal.debugger, which would otherwise unconditionally trap all attempts at exiting.

File last commit:

r10447:853e909f
r22905:3ad65eb3 merge
Show More
display.py
16 lines | 638 B | text/x-python | PythonLexer
"""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.lib.display import *