]> 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 0ceff69918b1efab1dc5d3a7f30fdc1a8b895823..0f19cb50b60beb8caa0bf22ba3d7e9b7310cf9ae 100644 (file)
@@ -1,6 +1,8 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
+# 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')