]> jfr.im git - irc/weechat/qweechat.git/blobdiff - src/qweechat/buffer.py
Move comments with description of python file to top of files
[irc/weechat/qweechat.git] / src / qweechat / buffer.py
index 0c09e919ce64c33fd09bce8075d93a47f1a898bb..704abce166c437a3532cd306c2e6f780c778eabd 100644 (file)
@@ -1,6 +1,8 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
+# buffer.py - management of WeeChat buffers/nicklist
+#
 # 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/>.
 #
 
-#
-# Buffers.
-#
-
 import qt_compat
 QtCore = qt_compat.import_module('QtCore')
 QtGui = qt_compat.import_module('QtGui')