X-Git-Url: https://jfr.im/git/irc/weechat/qweechat.git/blobdiff_plain/67ae32043879daf9ae157c7c0a9cdee7d267bd47..e836cfb0f6b5e09e4d050d3c2e795d1577c5ea62:/src/qweechat/debug.py diff --git a/src/qweechat/debug.py b/src/qweechat/debug.py index 0bda0f1..e14cdab 100644 --- a/src/qweechat/debug.py +++ b/src/qweechat/debug.py @@ -1,7 +1,9 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Copyright (C) 2011 Sebastien Helleu +# debug.py - debug window +# +# Copyright (C) 2011-2013 Sebastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # @@ -19,10 +21,6 @@ # along with QWeeChat. If not, see . # -# -# Debug window. -# - import qt_compat QtGui = qt_compat.import_module('QtGui') from chat import ChatTextEdit