]> jfr.im git - irc/weechat/qweechat.git/blobdiff - qweechat/network.py
setup.py: fix entry point
[irc/weechat/qweechat.git] / qweechat / network.py
index 72137e3230615a450e30e9e8f1c821824dcf357f..46458a499421ac580ac011eb5226e88582a8e92b 100644 (file)
@@ -2,7 +2,7 @@
 #
 # network.py - I/O with WeeChat/relay
 #
-# Copyright (C) 2011-2015 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2011-2016 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']