]> jfr.im git - irc/weechat/qweechat.git/blobdiff - src/qweechat/config.py
Move comments with description of python file to top of files
[irc/weechat/qweechat.git] / src / qweechat / config.py
index 8e4d4560fdcc8ee96a2441694372138fc709a72d..efcaff71b3db3c507081b37fa53c03fe75e55aab 100644 (file)
@@ -1,6 +1,8 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
+# config.py - configuration for QWeeChat (~/.qweechat/qweechat.conf)
+#
 # 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/>.
 #
 
-#
-# Configuration for QWeeChat (~/.qweechat/qweechat.conf)
-#
-
 import os, ConfigParser
 import weechat.color as color