Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions qweechat/qweechat.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
# start dev
#

import signal
import sys
import traceback
from pkg_resources import resource_filename
Expand All @@ -46,6 +47,8 @@
from about import AboutDialog
from version import qweechat_version

signal.signal(signal.SIGINT, signal.SIG_DFL)

QtCore = qt_compat.import_module('QtCore')
QtGui = qt_compat.import_module('QtGui')

Expand Down