nfv/nova-api-proxy
SidneyAn 7927d40584 Fix dict related issues for Python 2/3
when dict keys/values/items as a list
 replace keylist = heights.keys()
 to      keylist = list(heights)
 replace valuelist = heights.values()
         valuelist = list(heights.values())

when Iterating through dict keys/values/items
 keep for key in heights.keys()

Story: 2003427
Task: 24607

Change-Id: I22c8e1c5494a6763821b394a77a4d93ec837edc0
Signed-off-by: SidneyAn <ran1.an@intel.com>
2019-01-09 18:21:31 +08:00
..
centos Add directives to build stx-nova-api-proxy on master 2018-11-30 10:14:46 -06:00
nova-api-proxy Fix dict related issues for Python 2/3 2019-01-09 18:21:31 +08:00
.gitignore StarlingX open source release updates 2018-05-31 07:36:51 -07:00
PKG-INFO StarlingX open source release updates 2018-05-31 07:36:51 -07:00
pylint.rc Cleanup pylint unnecessary-pass warnings 2018-12-03 15:30:43 -06:00
tox.ini enable pep8 alphabetical imports check for nova-api-proxy 2018-12-18 13:13:51 -06:00