Runnable with both Python3 and Python2, with both PyQt5 and PyQt4 by using Qt.py #2250

Open
kashikoibumi wants to merge 125 commits from kashikoibumi/py3qt into v0.6
Showing only changes of commit ba8ccfc488 - Show all commits

View File

@ -190,8 +190,8 @@ class Dandelion: # pylint: disable=old-style-class
).outboundConnections.values()), MAX_STEMS)
# not enough stems available
except ValueError:
self.stem = network.connectionpool.BMConnectionPool(
).outboundConnections.values()
self.stem = list(network.connectionpool.BMConnectionPool(
).outboundConnections.values())
self.nodeMap = {}
# hashMap stays to cater for pending stems
self.refresh = time() + REASSIGN_INTERVAL