nfv/nfv/nfv-common/nfv_common
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
..
alarm Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
catalog Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
debug Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
event_log Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
forensic Fix dict related issues for Python 2/3 2019-01-09 18:21:31 +08:00
schedule Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
selobj Fix dict related issues for Python 2/3 2019-01-09 18:21:31 +08:00
state_machine Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
strategy Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
tasks Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
tcp Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
thread Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
timers Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
__init__.py StarlingX open source release updates 2018-05-31 07:36:51 -07:00
config.py StarlingX open source release updates 2018-05-31 07:36:51 -07:00
exceptions.py StarlingX open source release updates 2018-05-31 07:36:51 -07:00
helpers.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
histogram.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
profiler.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
selectable.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
validate.py StarlingX open source release updates 2018-05-31 07:36:51 -07:00