| commit | c1f8cb963c945954016a8ad0a3415a04d16cd429 | [log] [tgz] |
|---|---|---|
| author | Jaroslav Henner <jhenner@redhat.com> | Mon Jan 28 15:23:20 2013 +0100 |
| committer | Jaroslav Henner <jhenner@redhat.com> | Mon Jan 28 22:52:20 2013 +0100 |
| tree | b405ff1e56855fd055eea46ae42727de97cda5a1 | |
| parent | 1feeb38e17d3aeac05bb000a630480eb0a3e6a78 [diff] |
Fix Py2.6 dict comprehension SyntaxError.
This should fix following:
File "tempest/tests/object_storage/test_container_sync.py", line 106
object_list_0 = {obj['name']: obj for obj in object_list_0}
^
SyntaxError: invalid syntax
Change-Id: I1feb9067bedd0f6ebd497422d3258fdc9b8d3fee