nfv/nfv/nfv-common/nfv_common/forensic
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
..
config Fix yamllint and bashate tox warnings 2018-07-09 12:06:57 -05:00
__init__.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_analysis.py Fix dict related issues for Python 2/3 2019-01-09 18:21:31 +08:00
_defs.py Remove noqa to enable flake8 checks 2018-09-14 10:14:06 -05:00
_evidence.py Fix relative import warnings from pylint 2018-12-20 16:54:35 -06:00
_forensic_module.py Fix relative import warnings from pylint 2018-12-20 16:54:35 -06:00
_nfv_vim_parser.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_parsers.py Fix relative import warnings from pylint 2018-12-20 16:54:35 -06:00