]> jfr.im git - irc/weechat/qweechat.git/blobdiff - src/qweechat/connection.py
Remove "compression=gzip" in command init
[irc/weechat/qweechat.git] / src / qweechat / connection.py
index 9092b1ce8a3f412959aa4b818a47a30e5a12c567..0f19cb50b60beb8caa0bf22ba3d7e9b7310cf9ae 100644 (file)
@@ -1,7 +1,9 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
+# connection.py - connection 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/>.
 #
 
-#
-# Connection window.
-#
-
 import qt_compat
 QtGui = qt_compat.import_module('QtGui')