X-Git-Url: https://jfr.im/git/irc/weechat/qweechat.git/blobdiff_plain/b145a4f5c87c7249f0666483e4e8f5dc444d94d1..b546f2fce5b62f6c4c71de574413299f43f8d2c7:/qweechat/network.py diff --git a/qweechat/network.py b/qweechat/network.py index 72137e3..46458a4 100644 --- a/qweechat/network.py +++ b/qweechat/network.py @@ -2,7 +2,7 @@ # # network.py - I/O with WeeChat/relay # -# Copyright (C) 2011-2015 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']