X-Git-Url: https://jfr.im/git/irc/weechat/qweechat.git/blobdiff_plain/bcea4dd1fc9c766944260d7cc4a502718f868e91..7f19623ef89aa353894a2091bf47ac8c0fd42ab1:/qweechat/network.py diff --git a/qweechat/network.py b/qweechat/network.py index 20d22ef..c089fe1 100644 --- a/qweechat/network.py +++ b/qweechat/network.py @@ -2,7 +2,7 @@ # # network.py - I/O with WeeChat/relay # -# Copyright (C) 2011-2016 Sébastien Helleu +# Copyright (C) 2011-2019 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']