]> jfr.im git - irc/weechat/qweechat.git/blobdiff - qweechat/network.py
Update copyright dates
[irc/weechat/qweechat.git] / qweechat / network.py
index 20d22efda2b830b6b1700b18c66c46e1fd5db877..c089fe146214b292d2e5d27148eb7b3e642ded31 100644 (file)
@@ -2,7 +2,7 @@
 #
 # network.py - I/O with WeeChat/relay
 #
-# Copyright (C) 2011-2016 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2011-2019 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
 #
 
 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']