X-Git-Url: https://jfr.im/git/irc/weechat/qweechat.git/blobdiff_plain/87a9710d1d46918ad4bf4bd241b363b1908fab9f..b546f2fce5b62f6c4c71de574413299f43f8d2c7:/qweechat/network.py diff --git a/qweechat/network.py b/qweechat/network.py index 9cb3a0e..46458a4 100644 --- a/qweechat/network.py +++ b/qweechat/network.py @@ -2,7 +2,7 @@ # # network.py - I/O with WeeChat/relay # -# Copyright (C) 2011-2014 Sébastien Helleu +# Copyright (C) 2011-2016 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # @@ -22,9 +22,10 @@ import struct import qt_compat +import config + QtCore = qt_compat.import_module('QtCore') QtNetwork = qt_compat.import_module('QtNetwork') -import config _PROTO_INIT_CMD = ['init password=%(password)s']