##// END OF EJS Templates
Merge pull request #1160 from ipython/inputhookqt4...
Merge pull request #1160 from ipython/inputhookqt4 Don't ignore ctrl-C during `%gui qt` PR #815 ignores ctrl-C during normal code execution, this restores the sigint handler outside the inputhook. Closes #1157.

File last commit:

r5390:c82649ea
r5744:464cb892 merge
Show More
__init__.py
13 lines | 585 B | text/x-python | PythonLexer
# encoding: utf-8
__docformat__ = "restructuredtext en"
#-------------------------------------------------------------------------------
# Copyright (C) 2008-2011 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
#-------------------------------------------------------------------------------