]> jfr.im git - irc/weechat/qweechat.git/blobdiff - src/qweechat/debug.py
Move comments with description of python file to top of files
[irc/weechat/qweechat.git] / src / qweechat / debug.py
index 0b844e8d8077b6e66e6ab8e4957bcc0f085f104e..e14cdab6a8eb0766ac4d3f01a794c85f9b704a29 100644 (file)
@@ -1,6 +1,8 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
+# debug.py - debug window
+#
 # Copyright (C) 2011-2013 Sebastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
 # along with QWeeChat.  If not, see <http://www.gnu.org/licenses/>.
 #
 
-#
-# Debug window.
-#
-
 import qt_compat
 QtGui = qt_compat.import_module('QtGui')
 from chat import ChatTextEdit