This commit is contained in:
Ricky Brent 2021-03-07 21:53:24 -05:00 committed by GitHub
commit 2f061eb51d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,7 @@ It requires requires WeeChat 0.3.7 or newer, running on local or remote host.
# start dev
#
import signal
import sys
import traceback
from pkg_resources import resource_filename
@ -46,6 +47,8 @@ from debug import DebugDialog
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')