]> jfr.im git - irc/weechat/qweechat.git/blobdiff - src/qweechat/network.py
Move comments with description of python file to top of files
[irc/weechat/qweechat.git] / src / qweechat / network.py
index e97bb65c34e439e1e78bba8ece765953e2959949..9b4922245a4bed9ddc6a8ccb40bf33299e356fab 100644 (file)
@@ -1,7 +1,9 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
+# network.py - I/O with WeeChat/relay
+#
+# 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/>.
 #
 
-#
-# I/O with WeeChat/relay.
-#
-
 import struct
 import qt_compat
 QtCore = qt_compat.import_module('QtCore')