From dd2d55e8b65c8cbfd7c3a6fc49bc57b77fb866f1 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Sat, 5 Jun 2021 11:06:15 -0700 Subject: [PATCH] Remove more comments. --- qweechat/qweechat.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/qweechat/qweechat.py b/qweechat/qweechat.py index b39c717..cc181c3 100644 --- a/qweechat/qweechat.py +++ b/qweechat/qweechat.py @@ -49,9 +49,6 @@ from qweechat.about import AboutDialog from qweechat.version import qweechat_version -# QtCore = qt_compat.import_module('QtCore') -# QtGui = qt_compat.import_module('QtGui') - NAME = 'QWeeChat' AUTHOR = 'Sébastien Helleu' AUTHOR_MAIL = 'flashcode@flashtux.org'