mirror of https://github.com/watcha-fr/synapse
fix #3445
itervalues(d) calls d.itervalues() [PY2] and d.values() [PY3] but SortedDict only implements d.values()pull/14/head
parent
82276a18d1
commit
79a8a347a6
@ -0,0 +1 @@ |
|||||||
|
do not use six.itervalues() on SortedDict() |
Loading…
Reference in new issue