utilities/tools/engtools
Sun Austin b03d759e1c Fix: "map" issue for Python 2/3 compatible code
Replace map(func, data) with [func(item) for item in data]

Story: 2002909
Task: 24563

Change-Id: I83004eeba036908da483b247093818a6ac3f19c1
Signed-off-by: Sun Austin <austin.sun@intel.com>
2018-12-26 09:19:31 +08:00
..
hostdata-collectors Fix: "map" issue for Python 2/3 compatible code 2018-12-26 09:19:31 +08:00