commit | 8ad8617cffe735e6e182e8104cc58a2e66975e66 | [log] [tgz] |
---|---|---|
author | Jordan Pittier <jordan.pittier@scality.com> | Mon Apr 25 16:20:53 2016 +0200 |
committer | Jordan Pittier <jordan.pittier@scality.com> | Thu Jun 23 15:17:53 2016 +0200 |
tree | fa258ecc4d88f499d895eafadbd16d9029434532 | |
parent | e0ef05ce0dfcfc2e2c7c4b9524af7a67bd52a1c3 [diff] |
Py3: Don't use dict.keys()[0], dict.values()[0] or dict.items()[0] In Py3 'dict_values', 'dict_keys', 'dict_items' objects don't support indexing. Change-Id: Ia049c08ba2c042403fb2a6763aaa4a682477a330