]> jfr.im git - irc/weechat/qweechat.git/blobdiff - src/qweechat/about.py
Move comments with description of python file to top of files
[irc/weechat/qweechat.git] / src / qweechat / about.py
index 74c0beb9dd209f15355e02208c05834bd3e010af..80023b405258b936fe942104e3cacd294a322811 100644 (file)
@@ -1,6 +1,8 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
+# about.py - about dialog box
+#
 # 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/>.
 #
 
-#
-# About dialog box.
-#
-
 import qt_compat
 QtCore = qt_compat.import_module('QtCore')
 QtGui = qt_compat.import_module('QtGui')