X-Git-Url: https://jfr.im/git/irc/weechat/qweechat.git/blobdiff_plain/bcea4dd1fc9c766944260d7cc4a502718f868e91..b546f2fce5b62f6c4c71de574413299f43f8d2c7:/qweechat/network.py?ds=inline diff --git a/qweechat/network.py b/qweechat/network.py index 20d22ef..46458a4 100644 --- a/qweechat/network.py +++ b/qweechat/network.py @@ -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']