Kui Shi f1c3b79c2b py33: 'dict_keys' object does not support indexing
In python 3, dict.keys() is a class of 'dict_keys', it does not
support indexing.

Cast the dict to list to get the "first" value of dict, which is
compatible with python 2&3.

Closes-Bug: #1229005

Change-Id: I561b7ada9e5ad936659a657b3161a9b93a15a788
2013-09-22 23:55:46 +08:00
..
2013-09-06 08:03:22 -04:00
2013-05-19 10:00:38 +03:00
2013-08-27 14:50:34 -04:00
2013-08-09 10:47:51 -05:00