commit | aa3bace33f89fed24ca203c0affab66120efd86b | [log] [tgz] |
---|---|---|
author | fpxie <fpxie@fiberhome.com> | Fri Apr 07 17:12:15 2017 +0800 |
committer | fpxie <fpxie@fiberhome.com> | Mon Apr 17 14:08:47 2017 +0800 |
tree | 88c25aa80229bba71e214cb24a758d1be9790a6b | |
parent | 6d89eb45d0b9ffc7d97c094ba9a0e0b58c0cfc53 [diff] |
Replace six.iteritems with dict.items(Part-1) according to https://wiki.openstack.org/wiki/Python3, now we should avoid using six.iteritems and replace it with dict.items. Change-Id: I8753e80b34c0f86cf70aebc3bcbd3392ee933f62 Partial-Bug: #1680761