nfv/nfv
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 Merge "replace hardcoded system paths by variables in stx config files" 2018-11-06 19:42:49 +00:00
nfv-client Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
nfv-common Fix dict related issues for Python 2/3 2019-01-09 18:21:31 +08:00
nfv-debug-tools/histogram_analysis Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
nfv-docs Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
nfv-plugins Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
nfv-tests Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
nfv-tools Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
nfv-vim Fix dict related issues for Python 2/3 2019-01-09 18:21:31 +08:00
.coveragerc Convert NFV unit tests from nose to stestr 2018-09-18 12:56:44 -05:00
.gitignore Add bugbear to flake8 and cleanup some errors 2018-09-13 14:12:48 -05:00
.stestr.conf Convert NFV unit tests from nose to stestr 2018-09-18 12:56:44 -05:00
PKG-INFO StarlingX open source release updates 2018-05-31 07:36:51 -07:00
pylint.rc Fix relative import warnings from pylint 2018-12-20 16:54:35 -06:00
test-requirements.txt Fix relative import warnings from pylint 2018-12-20 16:54:35 -06:00
tox.ini Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00